I got that error when I tried to execute this query:
select *
from lc_history2 lc
where lc.view_name <> 'LC Main'
and lc.modifiedtime = (select max(modifiedtime) from lc_history2 l where lc.lc = l.lc)
and lc.modifiedtime >= sysdate-30
|
|
|
|
|||||||||||
|
|
If you are executing from a script, you could try adding |
||||
|
|