用的這個庫https://github.com/datacharmer/test_db
使用這個陳述句first_name列其它值都會變成Aamer、Aamod、Abdelaziz三個值中的一個
select * from employees order by first_name

下面是不用Orderby得到的資料
select * from employees
uj5u.com熱心網友回復:
order by 是排序用的,所以用first_name這個欄位排序,這個欄位里邊a開頭的會排到前邊uj5u.com熱心網友回復:
找到原因了,這個表里資料有300024行
然后默認只顯示500行。。。。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/223383.html
標籤:基礎類
上一篇:if回圈多次
下一篇:安裝mongodb遇到得問題
