Smart alias rename
It would be really nice to have a smart rename for aliases.
Example:
select c.ID, c.Name, a.*
from Customers as c
join Adress as a on c.adressid = a.adressid
Usage: I select alias "c", click right mouse(or shortcut) and choose Smart Rename and the new aliase should be changed everywhere I use it.
9
votes
Roman Tsekhmeyster
shared this idea
This is included in SQL Prompt 6.4, which you can download from http://www.red-gate.com/products/sql-development/sql-prompt/
-
Chris Luttrell commented
This would only have to be in the current query window I take it. I like it and would use it also.