j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

max value column #96

Closed Mahdihp closed 6 years ago

Mahdihp commented 6 years ago

how get max value column in OrmLite? like this select MAX(id) from tableName .

j256 commented 6 years ago

Have you tried to google it? A query for "ormlite max" brings up a bunch of good information. 5 or 6 results down is the online documentation which specifically talks about dealing with what ORMLite calls "raw columns": http://ormlite.com/docs/raw-queries