Skip to Main Content

SQL Developer

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!

Doubt in PLSQL

user13394828Apr 27 2014 — edited Apr 28 2014

Hi guys!!

I have been studying plsql and I need to solve an exercise but I have a doubt.

I have a table and it has a column called "payment_total". I have to separated in three groups, for example:

payment_total>= 5000 and <= 10000 is group 1.

payment_total> 10000 and <= 20000 is group 2.

payment_total> 20000 is group 3.

I need to separate that groups using vararray or table??

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 26 2014
Added on Apr 27 2014
2 comments
1,331 views