Subject Re: Alias for tables for FB 1.5 ?
Author rosimildo
--- In firebird-support@yahoogroups.com, ales <ales@c...> wrote:
> you have to do in thsese way
>
> 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>

Thanks.