Delete rows of a table

From wikieduonline
Revision as of 12:18, 4 August 2022 by Cola (talk | contribs) (Created page with " DELETE — delete rows of a table [ WITH [ RECURSIVE ] with_query [, ...] ] DELETE FROM [ ONLY ] table_name [ * ] [ [ AS ] alias ] [ USING from_item [, ...] ] [ WHE...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
DELETE — delete rows of a table
[ WITH [ RECURSIVE ] with_query [, ...] ]
DELETE FROM [ ONLY ] table_name [ * ] [ [ AS ] alias ]
   [ USING from_item [, ...] ]
   [ WHERE condition | WHERE CURRENT OF cursor_name ]
   [ RETURNING * | output_expression [ [ AS ] output_name ] [, ...] ]


Table, foreign table, external table, show table, Delete rows of a table, Table Partitioning, \dt

Advertising: