INT Function

C

Charlie

I'm looking for the function in ADP that is similar to the
INT function. I need just the integer/whole value of a
number.
 
J

J. M. De Moor

Charlie
I'm looking for the function in ADP that is similar to the
INT function. I need just the integer/whole value of a
number.

If by ADP you mean using SQL, then consider CAST(my_numb AS INT).

Joe
 
Top