Difference between revisions of "DELETE PostgreSQL"

From wikieduonline
Jump to navigation Jump to search
(Redirected page to Delete database)
Tag: New redirect
 
Line 1: Line 1:
DELETE — delete rows of a table
+
#redirect [[Delete database]]
[ 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 ==
 
* {{PostgreSQL}}
 
 
 
[[Category:PostgreSQL]]
 

Latest revision as of 12:18, 4 August 2022

Redirect to:

Advertising: