php - How to achieve same on mysql? sprintf('%0.2f', $value)
one text
Solution:
Once again i found answer right after i posted question. .. :D
What i need to use is like this:
i.paid < format(i.order_total/1.21, 2)
Sourceone text
Once again i found answer right after i posted question. .. :D
What i need to use is like this:
i.paid < format(i.order_total/1.21, 2)
Source