美文网首页
sql的运行顺序

sql的运行顺序

作者: 弦好想断 | 来源:发表于2021-04-03 19:40 被阅读0次

    (1) from
    (2) join
    (3) on
    (4) where
    (5) group by(开始使用select中的别名,后面的语句中都可以使用)
    (6) avg.sum...
    (7) having
    (8) select
    (9)distinct
    (10) distribute by /cluster by
    (11) sort by
    (12) order by
    (13) limit
    (14) union /union all

    相关文章

      网友评论

          本文标题:sql的运行顺序

          本文链接:https://www.haomeiwen.com/subject/etphkltx.html