1 Star 0 Fork 1.5K

Thomas/APIJSON

forked from 腾讯开源/APIJSON 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
postgres_sys_Test.sql 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
TommyLemon 提交于 2019-09-14 21:43 +08:00 . PostgreSQL: 更新表
create table "Test"
(
id smallint not null
constraint "Test_pkey"
primary key
);
comment on table "Test" is '测试及验证用的表,可以用 SELECT condition替代 SELECT * FROM Test WHERE condition,这样就不需要这张表了';
alter table "Test"
owner to postgres;
INSERT INTO sys."Test" (id) VALUES (1);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/figole/APIJSON.git
git@gitee.com:figole/APIJSON.git
figole
APIJSON
APIJSON
master

搜索帮助