Please help me in writing the query in android development
"SELECT * FROM '" + pendingpost_tb + "'" +
" where '" + AppUtil.post_type + "'" + "=history " +
" order by '" + AppUtil.datetime + "'" + " DESC"
i want the list of AppUtil.post_type in desc order by date and time ,datetime i have fetched form the database .