Hello,
I am running some jmpquery on different SQL DB. Because some DB do not have the same tables, I getting the error:
Tables (public.table1(t1)) referenced in the SQL Query were not found in the database{1} in access or evaluation of 'Table' , Table( "table1", Schema( "public" ), Alias( "t1" ) ) /*###*/
How could I check if a table exists on a SQL DB before running a query ?
Thanks
Geof