查询 select * from 表名例: select * from students;. #增加全列插入:insert into 表名values(…) 例: insert into students values(0,“黄蓉” ...
確定! 回上一頁