2007 Aug 28 8:33 AM
Hi,
I have 5 numbers like
102 505 106 142 143
and i want to find maximum number of them.
i dont want to use select query or any internal table.
is that any function regarding this ?
Point will be awarded soon
-R
Hi,
I have 5 numbers like
102 505 106 142 143
and i want to find maximum number of them.
i dont want to use select query or any internal table.
is that any function regarding this ?
Point will be awarded soon
-R
2007 Aug 28 8:34 AM
HI,
use select max( field ) into max_fld from <dbtable>.
rgds,
bharat.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |