| NamePros Member Join Date: Dec 2006
Posts: 113
NP$: 12.00 ( Donate)
| SQL Syntax for deleting entries I would like to clean up my database, but I need some help with the syntax for the SQL commands.
Table: Domains2
Column: domainNames
Column: status
1. How can I delete duplicate entries? (domainNames)
2. How can I delete all entries with 1 – 3 letters? (domainNames)
3. How can I delete all entries that have the status “CLIENT UPDATE PROHIBITED”? (status)
Thanks for your help. |