Including the "order by" before the "union all" and after the unon all gave error
The following query is giving me the following error:
The query is attached. If I removed the "order by clause" the query runs fine. Also if you removed only the paragraph after union all , including the union all, the query runs well also.
union all
*
ERROR at line 34:
ORA-00933: SQL command not properly ended
The query is attached. If I removed the "order by clause" the query runs fine. Also if you removed only the paragraph after union all , including the union all, the query runs well also.
0