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?


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -