Table name as alias
I often use fully qualified oject names in code, but then want to alias them just by the table name e.g.
Accounts.dbo.PurchaseOrder as PurchaseOrder
Without having to add all my tables to the custom alias list, I think this represents a useful alternative to simply first letter (or capitalised letters).
Others may have alternative naming schemes, but as long as it can be defined generically enough, I think Prompt should have these built in
Thank you for your suggestion.
Ideally, we’d love to respond individually to every request, but currently we can’t due to the volume of unanswered tickets. We’re clearing up our UserVoice backlog to make it easier for us as a small team to prioritize the most valuable features moving forward. Therefore, due to a lack of recent interest in this ticket, we have decided to close it.
If you feel strongly about it, we encourage you to create a new request.
Thanks,
The Prompt Team
-
Rubiksmomo commented
You could also define the table as "Accounts.dbo.PurchaseOrder" and refer to it by "PurchaseOrder.<column>".