SQLite
 sql >> Database >  >> RDS >> SQLite

Come ottenere il valore massimo del tipo di colonna intero memorizzato come testo di tipo nella tabella sqlite

puoi sempre trasmettere il testo a un int:

SELECT MAX(CAST(ColunmName) as int) from TABLE