SQL语句的书写顺序和执行顺序

1.书写顺序:select---distinct---from---join---on---where---group by---having---order by---limit

2.执行顺序:from---on---join---where---group by---having---select---distinct---order by---limit

你可能感兴趣的:(sql,数据库,mysql)