i***@public.gmane.org
2007-10-13 17:17:39 UTC
hey everybody , got a question ...
How can you delete in one sql query multiple rows from a table,
something like "delete from table where id in (1, 2, 3)"
Cuz it would be quite crappy if you have 100 000 rows to delete from
one single table, and fo rthis you owuld have to send 100 000 queries
to the sql server ...
Thx a lot!
How can you delete in one sql query multiple rows from a table,
something like "delete from table where id in (1, 2, 3)"
Cuz it would be quite crappy if you have 100 000 rows to delete from
one single table, and fo rthis you owuld have to send 100 000 queries
to the sql server ...
Thx a lot!