比方我现在一个语句 select * from table1 where 日期 like ''    ''号里面能自动取当前的日期假如当前的系统日期是2012-09-12  怎么能让语句的结果变成select * from table1 where 日期 like '2012-09%'