專題文章
時(shí)長:00:00更新時(shí)間:2020-11-09 21:02:45
mysql中獲取一天、一周、一月時(shí)間數(shù)據(jù)的各種sql語句寫法:創(chuàng)建表: 代碼如下:create table if not exists t( id int, addTime datetime default '0000-00-00 00:00:00′) 添加兩條初始數(shù)據(jù): insert t values(1, '2012-07-12 21:00:00′);insert t values(2, '20
查看詳情