Subject | Re: Alias for tables for FB 1.5 ? |
---|---|
Author | rosimildo |
Post date | 2003-08-09T18:44:11Z |
--- In firebird-support@yahoogroups.com, ales <ales@c...> wrote:
but not for tables. <g>
Thanks.
> you have to do in thsese wayOk, I see. The "AS" keyword is support for Columns,
>
> 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
>
but not for tables. <g>
Thanks.