如题,小弟这里先谢过了

解决方案 »

  1.   

    select * from Table where date = #1922-06-06#
      

  2.   


    select * from 表 where extract(year from 日期型字段)=2003 and extract(month from 日期型字段)=12 and extract(day from 日期型字段)=18
      

  3.   

    Extract 用于获取日期型字段中的year,month,day等参数。
    请参阅DataBase Desktop的帮助
      

  4.   

    select * from Table where date = #1922-06-06#select * from 表 where extract(year from 日期型字段)=2003 and extract(month from 日期型字段)=12 and extract(day from 日期型字段)=18楼上的都说完啦.呵呵.复杂的也是这些拼出来的.
    呵呵