Skip to content
Advertisement

Find the max value in the last digit

I am using MySQL 5.5. I am facing a problem on how to find the max value in the last digit.

For example below the table, I want to get the max value is detected the last digit. The result should be 100-1-15

I am using below the SQL query, but doesn’t work:

Hope someone can guide me how to solve it and can get the max code is 100-1-15. Thanks.

Advertisement

Answer

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement