sql - not getting max value more than 999 in MySQL from varchar column -


i have varchar column in mysql table stores numbers. when run query

select max(title_no) title_no mytable 
999 there more records in table value > 999 in title_no column.

i not allowed change column varchar int. please me correct nuber.

thanks

max(cast(title_no signed)) 

.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -