就问个简略的数据库查询~

就问个简单的数据库查询~~~怎么查一个时间字段大于当前时间啊~~~[解决办法]select a.* from table awhere

就问个简单的数据库查询~~~
怎么查一个时间字段大于当前时间啊~~~
[解决办法]
select a.* from table a  where a.time>sysdate;