What is the best datatype for currencies in MySQL? What is the best datatype for currencies in MySQL? mysql mysql

What is the best datatype for currencies in MySQL?


Decimal is the best way to go.

You can still do math within the queries.