-
pgsql 实现用户自定义表结构信息获取
1. 获取表中普通信息:如字段名,字段类型等SELECT column_name, data_type, ordinal_position, is_nullable FROM information_schema."column
1. 获取表中普通信息:如字段名,字段类型等SELECT column_name, data_type, ordinal_position, is_nullable FROM information_schema."column