摘要:
access中查询介于两个日期间的数据select column_name(s) from TableName where column_name between #2010-3-1# and #2010-5-30#在access创建模糊查询时要用*表示eg:Select * from table where txtTitle like '*家*'动态 查询日期的话select column_name(s) from TableName where column_name between [@StarTime] and [@EndTime]sqlselect column_na 阅读全文
posted @ 2010-07-28 09:26
雨荨
阅读(133)
评论(0)
推荐(0)