mysql命令语法3

修改字段:update t_main set name='食品' where m_id='mt001'
增加字段唯一属性:alter table t_main add unique(m_id)

你可能感兴趣的:(mysql命令语法3)