I need the sort features of a DECIMAL Field, but the functionality of a VARCHAR field.
I want a field in my table to hold values such as:
50
100
5
15.25
25.80
90.11
8
17
30.65
I don't want the database to automatically add the ".00" to the end of the values that don't have it. How can I accomplish this?
_______________
_brian.
I want a field in my table to hold values such as:
50
100
5
15.25
25.80
90.11
8
17
30.65
I don't want the database to automatically add the ".00" to the end of the values that don't have it. How can I accomplish this?
_______________
_brian.