datetime 型数据的通用写法
用SQL语句操作ACCESS中的日期时间格式数据时,需要在两边加上"#",
例如: update table1 set num=3 where colDate = #2007-10-13#
而在SQL中,可以写为:update table1 set num=3 where colDate = '2007-10-13'
我以前见过一种写法,据说是通用的,
哪位朋友知道,烦请告知.
多谢!
[此贴子已经被作者于2007-10-13 22:08:52编辑过]