Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: SQL Text

Re: SQL Text

From: Mike & Martha <mmrose_at_home.com>
Date: Fri, 29 Sep 2000 02:41:25 -0400
Message-Id: <10633.118206@fatcity.com>


In Oracle it should be:

SELECT col_1 "F.NAME", col_2 "L.NAME", col_3 ADDRESS FROM table_1

Michael Rose
mmrose_at_home.com

> Dear All,
>
> I develop VB6 application with Oracle8i and ADO connection. The SQL text
> need to use dot puntuation for column name alias, such as in:
> "SELECT col_1 F.NAME, col_2 L.NAME, col_3 ADDRESS FROM table_1"
> Such text produce an error message "missing FROM keyword" of VB or
ODBC(?).
>
> How and why ??? from Oracle database viewpoint????
> Thanks a lot in advance
> Sincerely,
> Nosie
> < tekait11_at_bni.co.id >
Received on Fri Sep 29 2000 - 01:41:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US