Table Aliases?
Florian Bogeschdorfer
fb at memedia.de
Tue Sep 23 17:33:50 CDT 2003
----- Original Message -----
From: "Ken Ray" <kray at sonsothunder.com>
To: <valentina at lists.macserve.net>
Sent: Tuesday, September 23, 2003 5:27 PM
Subject: Table Aliases?
> I'm looking through the Valentina docs and can't seem to find if table
> aliases are supported. Shouldn't it be something like:
>
> SELECT T1.Name,T2.Value FROM Table1 T1,Table2 T2 WHERE ...
>
You cann access tables directly like
SELECT Table1.Field1, Table2.Field2 FROM Table1,Table2 WHERE...
More information about the Valentina
mailing list