RockByte

Be swift to hear, slow to speak.

分类

  • Flutter/Dart (1)
  • Java/Spring (8)
  • JavaScript/H5 (1)
  • Linux/Shell (8)
  • Mysql (5)
  • Other (12)
  • PHP/Frameworks (4)
  • Postgresql (2)
  • SAP/ABAP (1)
  • Windows (2)

activeMQ adsense Apache centos classic-editor eclipse Gutenberg hosts http_ssl_module mod_remoteip mongodb mp3截取 Nginx SpringMVC ssl证书 thinkphp5 tp5 vmware wordpress 中秋节 固定ip 消息队列 照片打分 爱打分

归档

  • 2022年7月 (1)
  • 2022年6月 (1)
  • 2022年2月 (3)
  • 2022年1月 (1)
  • 2020年8月 (1)
  • 2020年7月 (1)
  • 2020年6月 (1)
  • 2019年9月 (4)
  • 2019年8月 (1)
  • 2019年5月 (1)
  • 2019年4月 (3)
  • 2019年3月 (7)
  • 2019年2月 (1)
  • 2018年12月 (1)
  • 2018年11月 (1)
  • 2018年10月 (1)
  • 2018年9月 (2)
  • 2018年7月 (4)
  • 2018年6月 (4)

友情链接

  • 360笔记

功能

  • 登录
  • 条目feed
  • 评论feed
  • WordPress.org

分类: Postgresql

Postgresql 关系 “xx_yy_seq” 不存在

2022-02-24 by admin·555阅读·0评论
Postgresql运行SQL文件报错: 关系 "xx_yy_seq" 不存在 其中: xx是表名,yy是字段名 导出的Postgresql SQL文件如下: DROP TABLE IF EXISTS "public"."student"; CREATE TABLE "public"."student" ( "id" int4 NOT NULL DEFAULT nextval('student_id_seq'::regclass), ......[阅读全文]

操作符不存在: integer = character varying

2022-02-17 by admin·669阅读·0评论
<delete id="deleteStudentByIds" parameterType="String"> delete from student where id in <foreach item="id" collection="array" open="(" separator="," close=")"> #{id} </foreach> </delete> 用MyBatis批量删除Postg ......[阅读全文]
RockByte(rockbyte.cn), Personal technology blog, Since 2018, Contact me via email: 15051573@qq.com .