并把查询出来的结果在网格上现实!!
这个select个句,写了半天总是写不对!!在问一下,还有没有别的好方法可以实现!!
小弟在此先谢过了!!

解决方案 »

  1.   

    select * from 表 where Between 开始日期 and 结束日期
      

  2.   

    select * from 表 where  日期 Between '2005-03-02' and '2006-03-02'
      

  3.   

    aCCESS 要用select * from 表 where  日期 Between '#2005-03-02#' and '#2006-03-02#'
      

  4.   

    SQLServer 要用
    select * from 表 where  日期 Between '2005-03-02' and '2006-03-02'aCCESS 要用
    select * from 表 where  日期 Between #2005-03-02# and #2006-03-02#
      

  5.   

    http://www.edacn.net/bbs/get.php?id=23516