摘要: 基础sql学习group by 分组多列统计基础学习--(非原创)informix 存储基础学习 阅读全文
posted @ 2015-04-17 16:00 小四阿哥 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 今天在园子里看到个group by 分组多列统计的例子,转走给大家分享一下:create table tests (year datetime year to year,type char(1),value int);alter table tests alter colomn year int;i... 阅读全文
posted @ 2015-04-17 15:34 小四阿哥 阅读(4931) 评论(0) 推荐(0) 编辑
摘要: fdisk:command not found原因:命令fdisk 不在你的命令搜索路径中解决办法:将fdisk添加到你的命令搜索路径中方法如下:先进入root用户再查看你当前的命令搜索路径:[root@localhost sbin]# echo $PATH/usr/kerberos/sbin:/u... 阅读全文
posted @ 2015-04-17 11:21 小四阿哥 阅读(1090) 评论(0) 推荐(0) 编辑