I have values stored in a table as type varchar ex: 1, 2, 3, 3A, 4, 4A, 4B, 5, etc.
I need to be able to compare these values to one another such that 1<2, 2<3, 3<3A, 3A<4, etc.
everything works fine until I get into the values that contain letters.
Any sugestions??
Thanks
Terry
I need to be able to compare these values to one another such that 1<2, 2<3, 3<3A, 3A<4, etc.
everything works fine until I get into the values that contain letters.
Any sugestions??
Thanks
Terry