Netezza Metadata Queries - Wirewoods - Welcome to your new Wikidot site - Wirewoods

Netezza Metadata Queries - Wirewoods - Welcome to your new Wikidot site - Wirewoods

瀏覽:504
日期:2025-05-12
Lifted from netezzaforum.com Query to get a list of views and thier definitions in a database: SELECT VIEWNAME,OWNER,CREATEDATE,DEFINITION FROM _V_VIEW WHERE OBJTYPE='VIEW'; Query to get a list of tables in a database: SELECT ......看更多