mysql数据库基本操作(二)

清空数据表:truncate table copy_information; 显示部分信息:select id,name,age from information; 按条件查询:select * from information where age>25; 改变属性名称:alter table information change brithday birthday;(属性类型一定要加上!!!!!
相关文章
相关标签/搜索