如何删除多条记录
如何同时删除多条记录表中有四条记录我想删除其中的三条
delete from table
where bookid=' 001', bookid=' 002 ',bookid=' 004'
这样写是错误的
该如何写?
2005-06-03 10:49

2005-06-03 11:41

2005-06-03 12:20





2005-06-03 13:17
2005-06-03 21:22
2005-06-12 10:03
2005-06-12 10:17
2005-06-15 19:48