I have a column in mysql of float type, I need to load currency like numbers($300) into this column, how do I do that in MYSQL? (let's not argue about the choice of float for this column)
I have a column in mysql of float type, I need to load currency like numbers($300) into this column, how do I do that in MYSQL? (let's not argue about the choice of float for this column)