How to select rows having value less than 2 decimal places?
For example we have these values:
3.14 5.999 9.555 8.55
And i want to select these values only:
3.14 8.55
Thanks for giving reply @dharmendr,
it is okay for programming side, but my requirement is in sql query. could you please explain me with best example.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.