关于时间的判断我想写一个查询语句 ,判断条件就是当前时间小于该数据的datatime数据time是datatime类型 "select id from info where time>"+now求高手指导[解决办法]select * from tbl where [time]>getdate()[解决办法]
select id from info where time > getdate()