Search for a table in multiple schema or databases -


i have few database names, , each database has many schema, 1. how can search table among database names, or among schema...any gui or commands ?

what rdbms ? if oracle try this: "schemaname.tablename" if mssql try "schemaname.databasename.tablename"


Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -