setDefaultCatalog
Syntax
setDefaultCatalog(catalog)
Arguments
catalog is a string specifying the catalog name.
Details
Set a default catalog for the current session.
Examples
setDefaultCatalog("cat1")
select * from db1.table1
setDefaultCatalog(catalog)
catalog is a string specifying the catalog name.
Set a default catalog for the current session.
setDefaultCatalog("cat1")
select * from db1.table1