Subject Re: [ib-support] Re: Timeout (?) problem
Author Svein Erling Tysvaer
At 13:48 29.04.2003 +0200, you wrote:
>Question : Do I have to include the alias name in selects from single
>tables as well?

Answer: Use aliases wherever ambiguity may arise. Selecting from a single
table without a self join (nor subselects) means there is no ambiguity, so
in your example you I'd say it would be easier to read without any
qualification (i.e. no aliases).

Set