mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 20:21:22 +08:00
fix: typo in postgres (#842)
This commit is contained in:
@ -177,7 +177,7 @@ SELECT table_schema,table_name FROM information_schema.tables ORDER BY table_sch
|
|||||||
SELECT * FROM pg_catalog.pg_tables
|
SELECT * FROM pg_catalog.pg_tables
|
||||||
```
|
```
|
||||||
|
|
||||||
列表表架构
|
列出表结构
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
\d <table_name>
|
\d <table_name>
|
||||||
|
Reference in New Issue
Block a user