segunda-feira, 28 de junho de 2010
SQL DELETE Statement
The DELETE statement is used to delete records in a table.
SQL DELETE Syntax
DELETE FROM table_name
WHERE column=value
Delete All Rows
DELETE FROM table_name
or
DELETE * FROM table_name
Be very careful when deleting records.
Postagem mais recente
Postagem mais antiga
Página inicial