摘要: 最主要是这里 阅读全文
posted @ 2017-03-16 15:08 dldg 阅读(1850) 评论(0) 推荐(0)
摘要: create table T(日期时间 datetime, 数量 int) insert T select '2007-1-1 19:31:25 ', 56 union all select '2007-1-1 21:31:25 ', 35 union all select '2007-1-1 15:31:25 ', 43 union all select '2007-1-2 19:... 阅读全文
posted @ 2017-03-16 12:47 dldg 阅读(6663) 评论(0) 推荐(0)