GeekEast / blog_comment

0 stars 0 forks source link

Postgres Tutorial | 雪中印 #94

Open GeekEast opened 5 years ago

GeekEast commented 5 years ago

https://geekeast.github.io/postgresTutorial.html

postgres 列出表名 1234SELECT *FROM information_schema.columnsWHERE table_schema = 'your_schema' AND table_name = 'your_table'