Difference between revisions of "Delete rows of a table"
Jump to navigation
Jump to search
(Created page with " DELETE — delete rows of a table [ WITH [ RECURSIVE ] with_query [, ...] ] DELETE FROM [ ONLY ] table_name [ * ] [ [ AS ] alias ] [ USING from_item [, ...] ] [ WHE...") |
|||
Line 7: | Line 7: | ||
+ | == See also == | ||
+ | * {{Table}} | ||
− | + | [[Category:Table]] |
Latest revision as of 12:20, 4 August 2022
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 ] [, ...] ]
See also[edit]
Advertising: