DELETE
Description
Statement use to delete rows of a table.
Click here to navigate to the Redshift documentation page for this syntax.
Grammar Syntax
[ WITH [RECURSIVE] common_table_expression [, common_table_expression , ...] ]
DELETE [ FROM ] table_name
[ {USING } table_name, ... ]
[ WHERE condition ]
Last updated
Was this helpful?