select * from 表名 where 时间 > getdate() 你时间字段必须是datetime的类型,如果不是需要类型转换 这是sqlserver的写法,其他数据库再说
where 时间字段>now()当然这是mysql的用法