Mysql的执行

select column from table where xx order by xx

1. 先执行from table  

2. 执行select column

3.order by

posted @ 2021-04-14 22:42  易文杰  阅读(40)  评论(0)    收藏  举报