I am trying to export all objects from certain databases . I noticed in some cases the show view output does not contain a databasename, probably using the default database. Is it possible to force the show view output to be more specific so that DDL can be modified and executed without relying on a default db ?
Example
show view db.viewname
CREATE VIEW viewname AS LOCKING TABLE .....
Thanks.
Colin
↧