mySql指令

查詢表t1中id字段是1的內容ui select * from t1 where id=1; 結果按id字段升序(默認是升序)code select * from t1 order by id asc; 結果按id字段降序table select * from t1 order by id desc; ALTER : 刪除,添加或修改表字段class alter table t1 drop id2
相關文章
相關標籤/搜索