DELETE¶
Synopsis¶
Description¶
Delete rows from a table. If the WHERE
clause is specified, only the matching rows are deleted. Otherwise, all rows from the table are deleted.
Examples¶
Delete all line items shipped by air:
Delete all line items for low priority orders:
Delete all orders:
Limitations¶
Some connectors have limited or no support for DELETE
. See connector documentation for more details.