程序员的出路

alex.w的Blog

导航

2009年1月14日

摘要: ACCESS的话 select * from table where date1#2007-8-30# MYSQL的话 select * from table where date1'2007-3-30' 也可以 select * from table where date1 between '2008-1-20' and '2007-3-30' 其中date1,date2都是日... 阅读全文

posted @ 2009-01-14 16:06 alex.w 阅读(1515) 评论(0) 推荐(0)