Select numbers with decimals
Hi everyone, I have number field in the table where following data is available
Field1
100.0
101.1
101.0
102.2
i want to select only which has decimals values greater then 0 like:
Field1
101.1
102.2
thanks in advance
Regards,
0