android - Sort alphabetically from A to Z table (database) -
i'm working on update of android application. have hundred recipes entered in data table. want sort them alphabetically (asc). tried code applied in case on sqllitemanager on firefox , executed manipulation , indeed, classified them, not on eclipse, set: select * tbl_recipes<br /> order recipe_name asc; please, can put code in android project?