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