Go to: Articles List
The syntax for the Delete statement is:
DELETE * FROM TableName WHERE ColumnName = Value
The best way to delete records from a database is to issue a
select statement to see if you are going to get the right record.
After you have your appropriately selected data, replace the
select keyword with the delete keyword.
Click for information about Select or Where Clause.
|
|
|
|