11 2023 档案
pgsql获取数据所有的表的字段和字段属性
摘要:select DISTINCT ORDINAL_POSITION as rn, table_name as "tb_name", column_name as "en_name", (case udt_name WHEN 'numeric' THEN 'number' WHEN 'decimal'
阅读全文
posted @ 2023-11-23 11:25
夏日漫漫长
浙公网安备 33010602011771号