MySql(三)数据操做

1添加信息:spa //添加一个国家:中国;blog insert into table_name(name) values ('china');排序 2.修改表内数据it update table_name set item1=value1 where condition;io 3.删除表中数据:table delete from table_name where condition;date
相关文章
相关标签/搜索