Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

window function not allowed here

hemuSep 22 2011 — edited Sep 22 2011
hi
i am using 10g

please help
SQL> delete from temp 
  2  where lag(memno,1) over (order by memno)=memno;
where lag(memno,1) over (order by memno)=memno
      *
ERROR at line 2:
ORA-30483: window  functions are not allowed here
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 20 2011
Added on Sep 22 2011
2 comments
3,354 views