ColumnStore DELETE
Syntax
DELETE
[FROM] tbl_name
[WHERE where_condition]
[ORDER BY ...]
[LIMIT row_count]DELETE FROM customer
WHERE custkey > 1000 AND custkey <2000Last updated
Was this helpful?
DELETE
[FROM] tbl_name
[WHERE where_condition]
[ORDER BY ...]
[LIMIT row_count]DELETE FROM customer
WHERE custkey > 1000 AND custkey <2000Last updated
Was this helpful?
Was this helpful?