Hi
I need assistance. I have a column which can have random length but I need to find the highest value in this column. e.g. the Column could contain ABC1234 and ABC125 and I need to find the MAX value in this column which in this case would be ABC1234. I have tried the MAX(column_tabl e) but it was returning ABC125 as the highest value (I am guessing it was adding a zero to the end).
Would someone be able to point me in the direction of finding a solution to this problem?
Thank you for your time. please let me know if you have any questions.
I need assistance. I have a column which can have random length but I need to find the highest value in this column. e.g. the Column could contain ABC1234 and ABC125 and I need to find the MAX value in this column which in this case would be ABC1234. I have tried the MAX(column_tabl e) but it was returning ABC125 as the highest value (I am guessing it was adding a zero to the end).
Would someone be able to point me in the direction of finding a solution to this problem?
Thank you for your time. please let me know if you have any questions.
Comment