Sorting
How to sort selection query results.
db.sort()
db.sort()
Used for sorting database query results. You can either sort the results in a decending or an ascending order.
Usage
Parameters:
Either
db.desc
ordb.asc
.
Example
Last updated