DROP TABLE - Removes existing tables from a database 
DROP TABLE table [, ...]


DELETE - Deletes rows from a table 
DELETE FROM table [ WHERE condition ]


On Fri, 19 Mar 1999, hoelc wrote:

> Hello,
> can some one please tell me how to delete a table in a database and how
> to delete one row a data in a table, for a PostgreSQL database?
> Thank you very much.
> Regards...... lch
> 
> 
> 

Reply via email to