Stop using database name while drag and drop
Posted: Wed 26 Mar 2014 23:40
hi alex,
when i drag&drop a table to an edit tab, i always get the database with it, like:
SELECT
*
FROM mydatabase.users
but i want
SELECT
*
FROM users
very often i use the sql in my code, so i always have to remove the database names
from all the selects, thats very annoying, is there any option for this ?
thanks,
micha
when i drag&drop a table to an edit tab, i always get the database with it, like:
SELECT
*
FROM mydatabase.users
but i want
SELECT
*
FROM users
very often i use the sql in my code, so i always have to remove the database names
from all the selects, thats very annoying, is there any option for this ?
thanks,
micha