After connecting to a Netezza system is there any way to switch the database? For instance, in MSSQL one could send the command use database_name
in order to switch to the database_name.
Is there anything in Netezza like "use" on mssql?
http://technet.microsoft.com/en-us/library/ms188366.aspx
My reason for asking is in regards to metadata queries; I can only access _v_table of the "currently connected database".