DELETE
DELETE FROM table_name [ * ] [ [ AS ] alias ]
[ WHERE condition ]Cross-Database Queries
Example
DELETE FROM my_other_db.customers WHERE id > 100;Last updated
Was this helpful?
DELETE FROM table_name [ * ] [ [ AS ] alias ]
[ WHERE condition ]DELETE FROM my_other_db.customers WHERE id > 100;Last updated
Was this helpful?
Was this helpful?