Hey guys, i've a query like this: -
SELECT MAX(Rights_ID) FROM Rights_Description
The values in Rights_ID are like say, '1' till '12'...
when i use the query mentioned, i get returned the value '9' instead of an expected '12'...How do i get it to return the Maximum value of '12' and not '9'. I understand the logic since the first digit of both values shows that 9 is bigger than 1 in '12'.
Thanks, gracias amigo! And to a great weekend ahead!