MySQL中增删改查的例子

MySQL中增加语句如图下列是我原本的表:增加语句:insert into depe(dnam,dma,dgae)values(“wo”,“ni”,19); 删除语句:delete from depe where did=3; 修改语句:update set depe dnam=“aini” where did=2; 查找语句:select * from 表名;
相关文章
相关标签/搜索