MySQL- query summary

Summary query 
syntax: 
SELECT query field 
from table alias 
connection type inner | left | right join on the connection condition 
where filtering 
group by the packet list 
having filter (secondary screening) 
Order list by sorting 
limit starting entry offset entry length;

  

Guess you like

Origin www.cnblogs.com/ivyharding/p/11563665.html
Recommended