You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run queries on vscode.
However, in other software I can change the search path or the schema to facilitate the queries.
so instead of putting: select * from "schema". "table_name"
I can just put select * from table_name
If this is possible, can someone help me?