Stop using database name while drag and drop
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,
1
vote
AdminDevart
(_, Devart)
shared this idea