Get project ref from SQL?
Is project-ref-id stored in any table inside the postgresql?
I want to get the current project-ref-id using SQL.
This is to make a generic SQL query which needs project-ref-if, so I can run same sql in any project.
I want to get the current project-ref-id using SQL.
This is to make a generic SQL query which needs project-ref-if, so I can run same sql in any project.
EXEUTE function do_something(SELECT project_ref_id FROM some_table)