How do I get only the numbers after the decimal?
Example: 2.938 = 938
2.938
938
try this:
SELECT (num % 1)
2.1m questions
2.1m answers
60 comments
57.0k users