String sql = "select *from " + posting_replyTablename+ " order by id desc limit " + start + "," + count + ";";