Query Builder - Remove Database Name?
Posted: Thu 06 Jan 2011 02:47
I am using dbForge Studio (pro) v4.50 is there a way that I can stop the query builder from including the dtabase name in generated SQL?
For example, I would like the below code to only have "from table":
SELECT
table.*
FROM
databasename.table
Thanks in advance!
For example, I would like the below code to only have "from table":
SELECT
table.*
FROM
databasename.table
Thanks in advance!