SQL Reference
QUERY_TABLE
query_table(table_name)
Section titled “query_table(table_name)”- table_name: Name of the table to read, as a constant VARCHAR.
Example
Section titled “Example”SELECT * FROM query_table('my_table');SQL Reference
SELECT * FROM query_table('my_table');