东省住房和城乡建设厅网站,网站怎么做架构,沈阳博士男科医院好吗,廉政建设网评文章网站四句死代码 1.查询数据 select * from 表名 2.插入数据 insert into 表名 values (‘值1’,‘值2’) 3.删除数据 delete from 表名 where 条件 4.update 表名 set 列值 where 条件 5.重置,一般不要使用,数据难以恢复 truncate table 表名四句死代码 1.查询数据 select * from 表名 2.插入数据 insert into 表名 values (‘值1’,‘值2’) 3.删除数据 delete from 表名 where 条件 4.update 表名 set 列值 where 条件 5.重置,一般不要使用,数据难以恢复 truncate table 表名