Created
February 22, 2022 03:32
-
-
Save StuffbyYuki/2392aec685e71ad8445307164ad8a410 to your computer and use it in GitHub Desktop.
Postgres db choose your schema for sql query use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SHOW search_path; | |
SET search_path TO your_schema; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment