Subject RE: [firebird-support] Re: Natural Join
Author Leyne, Sean
Grant,

> >>Fb 2 is even stricter: it won't let you mix table qualifiers
> >>and table aliases in the same statement.
>
> Could you please explain this a bit more but in simple terms that a
good
> ole kiwi like me could understand.

{I'm a Canadian so I'll get out my English-English dictionary and get it
a try.}

The essence of the change is that once you have given a table as alias,
you thereafter always use the alias.

Such that the following will be illegal:

SELECT
Employee.Name
FROM
Employee EMP


Sean