Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データを列で並べ替えたいのですがKEY_High、降順に並べ替えるにはどうすればよいですか?
KEY_High
String[] columns = new String[] {KEY_High, KEY_name}; Cursor c = ourDatabase.query(DATABASE_TABLE, columns, null, null, null, null, KEY_High);
KEY_High + " DESC"やるべき
KEY_High + " DESC"