Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Finding Maximum number

Former Member
0 Likes
298

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

1 REPLY 1
Read only

Former Member
0 Likes
277

HI,

use select max( field ) into max_fld from <dbtable>.

rgds,

bharat.