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!

select query

nohupNov 20 2012 — edited Nov 20 2012
select * from emp; ---- if no rows are returned or if count is less than 5
select * from dept
I want to implement just this
please suggest some ideas to implement this without using plsql collections
thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2012
Added on Nov 20 2012
11 comments
141 views