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