Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
mrhardy76
Starting Member
6 Posts |
Posted - 2008-07-15 : 07:45:21
|
| How would you write and execute a PL/SQL script to print running total of numbers 1 to 10. Also use for loop. Can someone help me please? |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2008-07-15 : 07:48:14
|
i don't know how to do it in PL/SQL. But i know how to do it in T-SQL FYI, this is a MICROSOFT SQL Server forum. For Oracle, please post at dbforums.com KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-07-15 : 07:48:50
|
| This is a MS SQL Seerver forums. You would get more help if you post this in Oracle forums. |
 |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2008-07-15 : 08:58:15
|
quote: Originally posted by mrhardy76 How would you write and execute a PL/SQL script to print running total of numbers 1 to 10. Also use for loop. Can someone help me please?
Running Total should be done in front end application for better performance. Also post Oracle related questions at www.orafaq.comMadhivananFailing to plan is Planning to fail |
 |
|
|
spirit1
Cybernetic Yak Master
11752 Posts |
|
|
|
|
|