| Author |
Select multiple tables using single resultset - SQLException: ORA-00933: SQL command not properly en
|
Albert Hopkins
Greenhorn
Joined: Jul 21, 2007
Posts: 21
|
|
Hi...
I wrote
But, I got SQLException: ORA-00933: SQL command not properly ended message.
What I did wrong?? please
|
 |
Swastik Dey
Ranch Hand
Joined: Jan 08, 2009
Posts: 1196
|
|
your sql evaluates to this
SELECT count(BLESS_SEVERITY) as sbmseverity3 from BLESS where BLESS_SEVERITY=3
AND bless_orno like '%_QSC_%' SELECT count(BLESS_SEVERITY) as no2 from bless);
and the above does not seem to be a valid sql.
|
Swastik
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
Please take the time to choose the correct forum for your posts. This forum is for questions on JSP.
For more information, please read this.
This post has been moved to a more appropriate forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Select multiple tables using single resultset - SQLException: ORA-00933: SQL command not properly en
|
|
|