i've got one column named 'number' in mysql. it got datatype of float.
currently it removes all trailing zeros. so 45.5400 would become 45.54.
i wonder how i can correct this so the trailing zeros are preserved?
i've got one column named 'number' in mysql. it got datatype of float.
currently it removes all trailing zeros. so 45.5400 would become 45.54.
i wonder how i can correct this so the trailing zeros are preserved?