数据库基础总结

1.sql语句定义的顺序 select→distinct→from→join on→where→group by→having→order by→limit 2.sql语句执行的顺序 from→on(join on)→join(join on)→where→group by→having→select→distinct→order by→limit mysql基本语法 1.查询表结构 show t
相关文章
相关标签/搜索