Don't generate alias if an alias is already present.
For example if i wrote a query like this SQL Complete will generate alias "ch":
select * from crm.contacts_h ch
but when I change table to contacts_d then I get additional "cd" alias generated, like this:
select * from crm.contacts_d cd ch
--
Regards
1
vote
Anonymous
shared this idea
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
Please note that alias generation will occur each time a new table is inserted.
Best,
Devart Support Team