i want to select MAX Id where i have the list database
s001.1
s001.2
s001.3
s001.4
s002.1
s002.2
s002.3
s002.4
upto so On
my field type is char(7)
MSQL SELECT MAX(sup_id) where data type is char(7)
plz help me out to perform this query in SQL.