mysql中查詢前10條記錄

select * from no_primary_key order by id limit 10; # 顯示從id=1到id=10的前10條記錄; spa select * from no_primary_key limit 10; # 隨意顯示其中10條記錄; it 注意:不能用 sel 來代替 select; 可是能夠用 desc 來代替 describe; table desc no_pr
相關文章
相關標籤/搜索