摘要:
一、昨日内容回顾 1.单表查询 优先级 from where group by having select distinct order by limit 2 . 多表查询 inner join。。。on left join 。。。on rigth join 。。。on 二、今日内容总结 1.pym 阅读全文
摘要:
1.数据库和表 show总结 SHOW DATABASES;返回可用数据库的一个列表。 SHOW TABLES;返回当前选择的数据库内可用表的列表。 SHOW COLUMNS FROM customers 等同于DESC customers。 SHOW STATUS,用于显示广泛的服务器状态信息; 阅读全文