Thread: Schema?
View Single Post

   
  #1 (permalink)  
Old 04-16-2008, 12:00 AM
Ing. Jhon Carrillo
 
Posts: n/a
Default Schema?

I want to make a query without to indicate the schema name, for example:

Select * from tabla where ....

and not

select * from schema.tabla where ...

not to show the shema or system tables from odbc and jdbc

can you help me?

thanks

Reply With Quote