当前位置: 技术问答>java相关
数据库查询问题
来源: 互联网 发布时间:2015-07-18
本文导语: 我用Access数据库,这样在JSP里查询, 有日期和无日期记录,以及月份等于本月的记录。如 select * from aaa where year(date)>1000 select * from aaa where year(date)
我用Access数据库,这样在JSP里查询, 有日期和无日期记录,以及月份等于本月的记录。如
select * from aaa where year(date)>1000
select * from aaa where year(date)
select * from aaa where year(date)>1000
select * from aaa where year(date)