12 June 2020
PostgeSQL Delete Query
by Q
DELETE
removes rows that satisfy the WHERE
clause from the specified table. If the WHERE
clause is not specified, all rows will be moved.
Syntax
Example
Delete all logs but the ones on 2009/06/01:
Clear the table logs
:
References:
Updated: 12 June 2020
tags: Language