Hi all,

      I have a scenario to update table which has currencies.
For ex:

Currency Value Quantity

AED        1000      2             2000
AED        100       1              100
AED         50        3              150
AED         20        2               40
AED         10        5               50
AED          5         3               15
AED         0.5       3                1.5

i need to withdraw an amount of 1180.5 from the above available currencies.
 ie., 1000-1,100-1,50-3,20-1,10-1,0.5-1
This will be greatly helpful..

Thank you,
Sandeep Yandra.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Oracle PL/SQL" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to oracle-plsql+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to