摘要: File>settings>Colors & Fonts>Console Font 阅读全文
posted @ 2020-07-13 10:12 青柚 阅读(86) 评论(0) 推荐(0) 编辑
摘要: SELECT t.字段 FROM dblink('host=IP dbname=数据库 user=用户名 password=密码'::text, 'select 指定字段 from 表名称 where 条件'::text) t(字段名称 character varying(255)) 1.t.字段要 阅读全文
posted @ 2020-07-13 09:33 青柚 阅读(140) 评论(0) 推荐(0) 编辑