Access:

sql=select * from table where pubtime between #2008-1-5# and #2008-5-18#


Mssql:

sql=select * from table where pubtime between '2008-1-5' and '2008-5-18'

相关文章: