SQL Query without Database Prefix
Is there any option to remove the Database-Prefix from the query?
For example setting a Default-Database to for the query?
For example setting a Default-Database to for the query?
Hi there,
Just came across the same question as Tim ..
Can you get rid of the databeprefix in the sql string
that is : SELECT field1, field2 FROM table1 WHERE ..
instead of : SELECT database1.field1, database1.field2 FROM database1.table1 WHERE ... ??
Thanks for the help
Hello, Christian.
Default database can be set in the Connection Properties dialog for some of the database servers (SQL Server, MySQL). What are your database server and connection type?