对于一个小白来说,重要的点滴的积累。
1、建表
create
table
test
(tdate datetime,
sal
int
);
insert
into
test
values
(
'2015-09-23 12:22:22'
,100);
这篇博客适合初学者,介绍了如何利用SQL的day(), month(), year()函数对时间字段进行分组,从而实现按年、月、日对数据的精细化分析。"
127008688,14917883,rsync与inotify结合实现实时文件同步,"['数据备份', 'Linux工具', '系统管理', '文件系统', '自动化']
对于一个小白来说,重要的点滴的积累。
1、建表
create
table
test
(tdate datetime,
sal
int
);
insert
into
test
values
(
'2015-09-23 12:22:22'
,100);
2512
1万+
8417

被折叠的 条评论
为什么被折叠?