Wie wär's damit:

Code:
Where Zahl - Int(Zahl) = 0,99;
Falls auch negative Zahlen vorkommen könnten, so:
Code:
Where Abs(Zahl) - Int(Abs(Zahl)) = 0,99;
Birgitta