强强的个人技术博客 医技科室软件(PACS, RIS)码农

[数据库]PG 常用数据库语句收藏

PG 常用数据库语句收藏


查看表信息:

SELECT
s.column_name, --列名
s.data_type, --类型
s. character_maximum_length, --最大长度
s. column_default, --默认值
s. is_nullable , --是否为空
s.table_name, --表名
s.table_schema --schema
FROM
information_schema.columns s
where 1=1


2024年8月2日 | 发布:强强 | 分类:数据库 | 评论:0

发表留言: