INT Function

  • Thread starter Thread starter Charlie
  • Start date Start date
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.
 
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
 
Back
Top