How can we help you today? How can we help you today?

lack of support for table aliasing

This would be a much more powerful tool if it would pick up and apply the table alias back through the query i.e. at present I can type
select tblBankruptcySearch.BankruptcyAddress1 from tblBankruptcySearch as shortName

it would be good if it parsed to the beginning of the statement and changed it as so, otherwise I'd continue you to use the 'design query in editor' function within SQL, as it allows easy use of aliasing.

select shortName.BankruptcyAddress1 from tblBankruptcySearch as shortName

Thanks,
Cathal
cathal
0

Add comment

Please sign in to leave a comment.