有關經常使用mysql語句小結

插入數據 insert into table(field 1 ,field 2) values() 刪除數據 delete from table where xxx = xxx 更新數據 update table set xx=xxx,xx=xxx where xx = xxx 查找數據 普通查找 :select * from table where x= xxx 模糊查找:select * fr
相關文章
相關標籤/搜索