整理幾個簡單的基本sql語句

整理幾個簡單的基本sql語句 選擇:select * from table1 where 範圍 插入:insert into table1(列名1,列名2) values(value1,value2) 刪除:delete from table1 where 範圍 更新:update table1 set 列名=value where 範圍 查找:select * from table1 where
相關文章
相關標籤/搜索