Files
dolthub--doltgresql/testing/generation/command_docs/synopses/delete.txt
T
2026-07-13 12:32:25 +08:00

5 lines
300 B
Plaintext

[ WITH [ RECURSIVE ] $with_query$ [ , ... ] ] DELETE FROM { ONLY $table_name$ | $table_name$ [ * ] } [ [ AS ] $alias$ ]
[ USING $from_item$ [ , ... ] ]
[ WHERE $condition$ | WHERE CURRENT OF $cursor_name$ ]
[ RETURNING { * | { $output_expression$ [ [ AS ] $output_name$ ] } [ , ... ] } ]