update TABLE1 set INFO=1 where Id=288
update TABLE1 set INFO=1 where Id=300
update TABLE1 set INFO=1 where Id=294
我想一条语句实现上面的操作,下面的写法肯定是不行的,那么应该怎么写呢.谢谢
update TABLE1 set INFO=1 where Id=(288,294,300)