当前位置:Gxlcms > 数据库问题 > sql语法

sql语法

时间:2021-07-01 10:21:17 帮助过:3人阅读

sql是为计算机声明了一个你想从原始数据中获得什么样的结果的范例,而不是告诉计算机如何得到结果。

语法顺序:1.select[distinct]  2.from  3.where  4.group by  5.having  6.union  7.order by

执行顺序:1.from  2.where  3.group by  4.having  5.select  6.distinct  7.union  8.order by

注意点:·执行顺序第一是from,而不是select

sql语法

标签:log   sql   body   声明   注意   order   一个   blog   from   

人气教程排行