mysql语句的书写顺序
<pre><code class="language-plantuml">skinparam backgroundColor #FCFCFC
!includeurl https://raw.githubusercontent.com/xuanye/plantuml-style-c4/master/core.puml
GREEN_ARROW
title sql语句书写顺序
:select;
:from;
:join on;
:where;
:group by;
:having;
:order by;
:limit;
</code></pre>