At 05:20 PM 12/11/2003 -0500, [EMAIL PROTECTED] wrote:
Try this alternate syntax:

SELECT U.b,
       I.c
  FROM User U,
       UserInfo I
  WHERE U.a = I.a;

Thanks. I can work around it easily, but there are advantages to the AS <alias> that might also be broken that could not be easily re-worked, like joining a table to itself.


michael


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to