📜  postgres 描述查询 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:49.448000             🧑  作者: Mango

代码示例1
select column_name, data_type, character_maximum_length, column_default, is_nullable
from INFORMATION_SCHEMA.COLUMNS where table_name = '';