Monday, 31 October 2022

Postgresql - To get the list of tables from a schema

 SELECT 

    table_name 

FROM 

    information_schema.tables 

WHERE 

    table_schema = 'abc'

AND 

    table_type = 'BASE TABLE'

No comments:

Snowflake - Notes

WPRKSPACES -  In September 2025, Snowflake introduced Workspaces, which combines the functionality of Worksheets, Notebooks, File Manager, Q...