Subject RE: [firebird-support] Re: Alias for tables for FB 1.5 ?
Author Leyne, Sean
> > SELECT
> > T0.ItemNo T0_F1_ItemNo,
> > T0.ItemName T0_F2_ItemName,
> > T0.ItemPrice T0_F3_ItemPrice
> > FROM
> > Item T0
> >
> > Or you can put your alias in "" quotes
>
> Ok, I see. The "AS" keyword is support for Columns,
> but not for tables. <g>

Actually, "AS" is **not a valid keyword** for tables.


Sean