Dear ALL , I have a Table like this :
db.define_table('Videos',
Field('Title'),
Field('File','upload'),
Field('Hits','integer'))
how can i get the record with the highest Hits ?
Dear ALL , I have a Table like this :
db.define_table('Videos',
Field('Title'),
Field('File','upload'),
Field('Hits','integer'))
how can i get the record with the highest Hits ?