The DELETE statement is used to delete given row or rows or all rows in a table or view.
DELETE [*] FROM table_name [WHERE column_name = some_value];
Monday, December 11, 2006
Subscribe to:
Post Comments (Atom)
The purpose of this blog is to contain the information I am learning about SQL and make it possible for me to retrieve that knowledge at a later time.
No comments:
Post a Comment