Open GeekEast opened 5 years ago
https://geekeast.github.io/postgresTutorial.html
postgres 列出表名 1234SELECT *FROM information_schema.columnsWHERE table_schema = 'your_schema' AND table_name = 'your_table'
https://geekeast.github.io/postgresTutorial.html
postgres 列出表名 1234SELECT *FROM information_schema.columnsWHERE table_schema = 'your_schema' AND table_name = 'your_table'