Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Alias Table Error...why?
Check the
" a.pc_session_user_name = 'tsokol'"
There is no alias "a".
Hemant K Chitale
Principal DBA
Chartered Semiconductor Manufacturing Ltd
"Lance Prais" <lprais_at_ts.checkpoint.com> 22/01/2002 08:15 AM Sent by: root_at_fatcity.com
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: (bcc: CHITALE Hemant Krishnarao/Prin DBA/CSM/ST Group) Subject: Alias Table Error...why?
I have the following SQL Statement but am getting and ORA-00904 Invalid Column Error. What Could I be doing wrong?
SELECT
Launch.oc_session_id
FROM
pt_client_eventdetails launch,
pt_client_eventdetails logout
WHERE
a.pc_session_user_name = 'tsokol'
and (logout.pc_event_op = 'LAUNCH' and logout.pc_event_op <> 'LOGOUT'
and
logout.pc_event_op <> 'SOLUTION_VIEWED')
and launch.pc_session_id = logout.pc_session_id
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Lance Prais INET: lprais_at_ts.checkpoint.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Tue Jan 22 2002 - 00:52:06 CST
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: hemantchitale_at_charteredsemi.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).