Table is read-only. Unresolved table reference
我查了一张表的数据,然后在表格中修改,提示这个。
我该怎么做?
关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
已结题
idea数据库插件提示Table is read-only. Unresolved table reference?
收起
- 写回答
- 好问题 0 提建议
- 关注问题
微信扫一扫点击复制链接分享
- 邀请回答
- 编辑 收藏 删除
- 收藏 举报
4条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
piaoyiren 2022-07-11 15:07关注错误提示是表是只读的,因此你不能修改表中数据,需要获取写权限后才行可以修改
本回答被题主选为最佳回答 , 对您是否有帮助呢? 本回答被专家选为最佳回答 , 对您是否有帮助呢? 本回答被题主和专家选为最佳回答 , 对您是否有帮助呢?解决评论 打赏无用 4举报
微信扫一扫点击复制链接分享
评论按下Enter换行,Ctrl+Enter发表内容
报告相同问题?
提交
- 2023-06-07 13:21CV_高级工程师的博客 解决IDEA创建工程的 xxx is read-only问题
- 2015-08-24 14:34litoxy的博客 操作数据库的时候发现出现:Table is ‘read only’ 查询后发现原因是,copy过去的文件属于 root:mysql,而不是mysql:mysql! 解决方案 :chown -R mysql:mysql mysql service mysql restart这里写链接内容
- 2024-11-23 15:56golang学习记的博客 最近在开发一个项目的时候遇到了一个很奇葩的问题,就是自己的代码明明是正确的,但是 IDEA 却给我报了一个 unresolved class reference 的错。第三个,基于前面的折腾,先关闭项目,然后再重新打开项目。
- 善守的大龙猫的博客 勾选 Options这个选项即可看到具体的表结构。
- 2019-10-16 22:38changerzhuo的博客 正常情况下, 查询出来的结果集都能直接修改, 工具栏会出现"+", "-"符号,且修改后会出现要提交的提示"向上的绿色箭头". 且主键字段会有一把钥匙的标识, 如图: 凡事总有意外, 今天发现库中的A表查询结果不能修改, ...
- 2020-12-30 06:34weixin_42651887的博客 {"optioninfo":{"dynamic":"ture","static":"true"},"simplifiedDisplay":"newEdition","newCard":[{"ifIcon":"img","link":"https://www.aliyun.com/product/network/privatelink","icon":"私网连接","iconImg":...
- 2022-06-22 18:19hangejnu123的博客 六、Configuring Unresolved Transaction Handling[](https://www.mchange.com/projects/c3p0/#contents) 七、...
- 2023-02-09 11:56各个方面都自在的博客 因为一般是不能移动负数的,即最小是0) 但是我们观察可以发现,他是long类型,而在long中,64位就是不变的,32则就是移动,所以对应的返回值就是0 */ //综上所述:返回的结果就是0 public boolean isTerminated() {...
- 2019-10-26 10:49mounter625的博客 9.6. Sections and the Section Header Table The section header table contains information about every part of an ELF file except the ELF header, the program header table, and the section header table ...
- 2019-07-15 23:21貌似掉线的博客 It is ironic that in a language known for its rich library of open source components that Java has no concept of libraries or versions. In Java, there is no standard way to tell the JVM that you are ...
- 2020-06-30 14:00cusi77914的博客 在所有示例中,必须在命令行上键入的实际文本以固定宽度的Courier New字体显示: This is text that the user types at the command line. 子命令摘要 表1是子命令的摘要。 在本文的后续部分和本系列的后续两篇文章...
- 2020-06-03 00:42enlich的博客 公司突然搞个大福利,整了套正版的 JetBrains 全家桶,那这得折腾折腾新工具...类 IDEA 的自定义输入模板: 这样输入 sf就可直接替换出来 SELECT t.*, t.rowid FROM t; --而且光标还在 from 和 t 中间 上边的 tab 也
- 2020-09-22 12:47Meow_Sir的博客 3 基本类型 primitive type 形参 parameter 实参 argument 构造器 constructor 从左到右 of(如String.indexOf()) 变量 variable 元素 element ...继承 inheritance is-a 聚合 aggregation has-a 依赖 depende
- 2019-06-18 06:54Luckie stone的博客 本章将介绍Kotlin标准库中的集合类,我们将了解到它是如何扩展的Java集合库,使得写代码更加简单容易。如果您熟悉Scala的集合库,您会发现Kotlin跟Scala集合类库的相似之处。 5.1 集合类是什么 5.1.2 集合类是一种...
- 2015-12-17 14:22Paul_ZJ的博客 It only adds the content of the specified file(s) at the time the add command is run; if you want subsequent changes included in the next commit, then you must run git add again to add the new ...
- 2022-07-31 12:43Coloroll的博客 term slow contrast zone wake airport brown shirt pilot warn ...reference tear doubt grant seriously minister totally hero industrial cloud stretch winner volume seed surprised fashion pepper busy...
- 2021-06-11 16:26weixin_42916702的博客 don't store more " than 50 lines of registers set history=50 " keep 50 lines of command line history set ruler " show the cursor position all the time set backspace=2 " Only do this part when ...
- 2012-12-25 22:56GentooEmacs的博客 Manual: All From ODE Wiki Jump to: navigation, search Contents Introduction ...This article is part of the ODE Manual Chapters ...
- 2020-04-11 20:56hhhhhyyyyy8的博客 /* ARP opcode (command) */ #if 0 /* * Ethernet looks like this : This bit is variable sized however... */ unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */ unsigned char ar_...
- 2017-05-13 22:46zhangrelay的博客 Ubuntu 意外死机 (Linux Crash/Hang)解决以Intel Bay Trail/J1900/N2940 为例,通常是由于linux kernel和硬件兼容性问题导致:查询网址:https://bugzilla.kernel.org/点开对应问题,就可以看到问题,和一些解决...
- 没有解决我的问题, 去提问