Subject | RE: [firebird-support] Re: Natural Join |
---|---|
Author | Leyne, Sean |
Post date | 2005-06-08T02:18:58Z |
Grant,
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
> >>Fb 2 is even stricter: it won't let you mix table qualifiersgood
> >>and table aliases in the same statement.
>
> Could you please explain this a bit more but in simple terms that a
> 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