mysql常用語句

基本的3步 step 1: 登錄 mysql -u root -p 然後輸密碼 step 2: 進入database 1) show databases; 2) select dbname; step 3: 進入table 1) show tables; 2) select tbname; 以下是一些常用的 篩選 select * from tbname where 字段名=’值‘  排序 升序:
相關文章
相關標籤/搜索