Archive for Uncategorized

How to remove trailing zeros from MySql decimal fields

// May 17th, 2011 // 2 Comments » // Code, Uncategorized

My quickest tutorial to date, simple mysql query to remove trailing zeros from decimal fields.
Initially our data looks like this:
(more…)