“Postgres otrzymuje wszystkie tabele w schemacie” Kod odpowiedzi

Uzyskaj wszystkie tabele postgres

SELECT * FROM pg_catalog.pg_tables;
Colorful Centipede

Postgres otrzymuje wszystkie tabele w schemacie

SELECT * FROM information_schema.tables 
WHERE table_schema = 'public'
Xerothermic Xenomorph

Wymień wszystkie tabele w schemacie Postgres

\dt schema_name.*
Tender Toucan

Odpowiedzi podobne do “Postgres otrzymuje wszystkie tabele w schemacie”

Pytania podobne do “Postgres otrzymuje wszystkie tabele w schemacie”

Więcej pokrewnych odpowiedzi na “Postgres otrzymuje wszystkie tabele w schemacie” w Sql

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu