其他拓展
权限,存储过程,触发器<br>mysql的架构,集群,读写分离
格式示例
select name from student where name is not null <br>group by name having count(*)>1 order by age desc<br>
create table student()