Unix Technical Forum

Re: Query for decimal part

This is a discussion on Re: Query for decimal part within the Informix forums, part of the Database Server Software category; --> Hi Paco: Try with select * from shclog where (amount - amount::int) > 0 HTH ----- Original Message ----- ...


Go Back   Unix Technical Forum > Database Server Software > Informix

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-19-2008, 06:29 PM
Fernando Ortiz
 
Posts: n/a
Default Re: Query for decimal part


Hi Paco:

Try with

select * from shclog
where (amount - amount::int) > 0

HTH

----- Original Message -----
From: "Francisco Roldan" <froldan@5b.com.gt>
To: <informix-list@iiug.org>
Sent: Thursday, August 21, 2003 11:32 AM
Subject: Query for decimal part


> Hi Everybody,
> I got a table with a column named amount
> of type decimal(26,8) .
> I need to make a query to select the rows
> with no-integers values on this column (amount).
> I mean the rows with decimal part on its value.
>
> Something like this :
>
> select * from shclog
> where get_decimals(amount) <> 0
>
> Assuming that the function get_decimals return the
> decimal part of the column amount.
>
> Does exist a function like this ?
>
> Thanks in advance
> sending to informix-list

sending to informix-list
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:31 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com