Subject | Alias for tables for FB 1.5 ? |
---|---|
Author | rosimildo |
Post date | 2003-08-09T17:19:03Z |
Hi guys,
I have been testing out FireBird 1.5, and it does not seem to
support simple things like "table alias".
Am I wrong ?
SELECT
T0.ItemNo AS T0_F1_ItemNo,
T0.ItemName AS T0_F2_ItemName,
T0.ItemPrice AS T0_F3_ItemPrice
FROM
Item AS T0
Rosimildo.
I have been testing out FireBird 1.5, and it does not seem to
support simple things like "table alias".
Am I wrong ?
SELECT
T0.ItemNo AS T0_F1_ItemNo,
T0.ItemName AS T0_F2_ItemName,
T0.ItemPrice AS T0_F3_ItemPrice
FROM
Item AS T0
Rosimildo.