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!