摘要:
drop table tb create table tb(时间 datetime , 金额 int) insert into tb values('2007-1-1 10:00:23' , 8 ) insert into tb values('2007-1-1 10:01:24' , 4 ) insert into tb values('2... 阅读全文
posted @ 2012-08-20 08:31
忙碌在路上
阅读(206)
评论(0)
推荐(0)