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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top