返回信息流求教~~
这是一条镜像帖。来源:北邮人论坛 / database / #5952同步于 2011/9/19
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Database机器人发帖
为什么mysql qurey browser 操作table数据时edit不能点击啊?
lianjun
2011/9/19镜像同步2 回复
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
http://dev.mysql.com/doc/query-browser/en/mysql-query-browser-using-editingtabsheet.html
Queries derived from a single table lacking a primary key or from more than one table are not editable; they are read-only.
So to fix the problem, simply add a primary key.
【 在 lianjun (淡定的云) 的大作中提到: 】
: 求教~~
唔。。。这样啊。。。谢谢斑竹~
【 在 doubleKO 的大作中提到: 】
: http://dev.mysql.com/doc/query-browser/en/mysql-query-browser-using-editingtabsheet.html
: Queries derived from a single table lacking a primary key or from more than one table are not editable; they are read-only.
: So to fix the problem, simply add a primary key.
: ...................