Tuesday, June 9, 2015

SQL delete mutiple rows from table


  delete from table_name
  where id in (968,969,970)

No comments:

Post a Comment