How to calculate the maximum value in a column in SQL?
Shathana. S.R. Answered question July 6, 2023
You may accomplish this by combining CAST() and MAX(). Because the string contains both a string and an integer, for example, “STU201”, we must use CAST().
Vishalini.R Answered question July 6, 2023
