51CTO博客开发
1,按名字查找 select * from vfast where name=" "; 2,按薪水查找,薪水大于5000 select name from vfast where salary>=5000; 3,每个部门有多少人 select count(*) from vfast group by dept_id ; &nb
server2的配置 ifconfig eth0 172.17.17.2 netmask 255.255.255.0 #设置ip地址 route add default gw 172.17.17.1 #设置默认网关 yum install dhcp-* #安装dhcp服务 cp /usr/share/doc/dhcp-
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号