Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread How can I get the integer part of a real number usinga query?
Thu, Feb 16 2006 2:26 PMPermanent Link

netman
Hi, I need to do an operation that results a real number, but I just need the integer part of it, which instruction I should use?
I already try with Int but is not a valid instruction under DBISAM query.
Thu, Feb 16 2006 2:48 PMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

netman


Check out FLOOR in the manual

Roy Lambert
Thu, Feb 16 2006 5:29 PMPermanent Link

"Donat Hebert \(WSI\)"
Trunc(RealNumber) as TruncValue

Donat.

Image