Re: [Virtuoso-users] Check if a table exists / retrieve list of tables
On 10/6/07, Yrjänä Rankka wrote: > Here's one way I've used before. To query for a specific table DB.DBA.FUBAR: > select 1 from sys_keys where key_table = 'DB.DBA.FUBAR'; Thanks that helped! Sören
Re: [Virtuoso-users] Check if a table exists / retrieve list of tables
Sören, Here's one way I've used before. To query for a specific table DB.DBA.FUBAR: select 1 from sys_keys where key_table = 'DB.DBA.FUBAR'; Have fun! Yrjänä Rajeev J Sebastian wrote: > There is a "tables;" isql command for it ... perhaps thats what you want ? > > Regards > Rajeev J Sebastian