How do I get only the numbers after the decimal?
Example: 2.938 = 938
2.938
938
try this:
SELECT (num % 1)
1.4m articles
1.4m replys
5 comments
57.0k users