Hi am sure this is easy, can't figure it out. Just need to be able to find values higher or lower. In this case I have to varchar fields with software version in them. I need to know that "10.1.4" is higher than "7.6.2". Note the value can be either "10.1.1" or "10.1" or just "10"
Thanks for any pointers I though about using replace to remove the "." value but then if I compare 10 to 45 (10.0, 4.5) then 10 is less than 45
Thanks - James
Thanks for any pointers I though about using replace to remove the "." value but then if I compare 10 to 45 (10.0, 4.5) then 10 is less than 45
Thanks - James