Anta, att idsna är i att stiga, beställa försök using detta querys
- DÄREFTER
$sql = ”väljer * FRÅN app_get_account_inbox_funk var account_id=”. $this->account_id.”, OCH conversation_id> ". $this->conversartion_id. ”beställa vid conversation_id ASC BEGRÄNSAR 1”;
- FÖREGÅENDE
$sql = ”väljer * FRÅN app_get_account_inbox_funk var account_id=”. $this->account_id.”, OCH<> conversation_idconversartion_id. ”beställa vid conversation_id DESC BEGRÄNSAR 1”;
Och i fallet av det sist/först meddelandet
- SIST
$sql = ”väljer * FRÅN app_get_account_inbox_funk var account_id=”. $this->account_id.”, beställa vid conversation_id DESC BEGRÄNSAR 1 ";
- FÖRST
$sql = ”väljer * FRÅN app_get_account_inbox_funk var account_id=”. $this->account_id.”, beställa vid conversation_id ASC BEGRÄNSAR 1 ";