Auto table Alias option #21649
Closed
agentwalker
started this conversation in
Ideas
Replies: 1 comment
-
Closing as I see you've entered an issue (which was going to be my suggestion). Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are a couple of plugins that already do this for SSMS but I can't seem to find anything that does this currently for Data Studio.
for example.
SELECT * FROM MyAddressLocation
when you tab on the 'MyAddressLocation' it should do the following
SELECT * FROM MyAddressLocation mal
then for the joins
SELECT * FROM MyAddressLocation mal
INNER JOIN ShopsInLocation ail on ail.postcode = mal.postcode
any chance guys
thanks for the great app.
Beta Was this translation helpful? Give feedback.
All reactions