如何用UPDATE语句同时更新多个ID的时间?
											我想同时对几条记录更新时间,就像群删的功能我按照群删的语句
conn.execute "delete from "&db&" where idSerial in ("&id&") "
同样改成群更新的语句
conn.execute "update "&db&" set pRegTime="&now()&" where idSerial in ("&id&") "
出错了,请问应该怎么写?
 2007-08-20 17:51
	    2007-08-20 17:51
   2007-08-20 18:03
	    2007-08-20 18:03