delete where id in list
Posted
by oo
on Stack Overflow
See other posts from Stack Overflow
or by oo
Published on 2010-04-11T00:19:01Z
Indexed on
2010/04/11
0:23 UTC
Read the original article
Hit count: 643
database-design
|sql
if i have a list of Ids (1, 4,6,7) and a db table that i want to delete all records where id is in this list, what is the fastest way of doing this?
© Stack Overflow or respective owner