Veronderstellend dat ids in het stijgen orde zijn probeer gebruikend dit querys
- DAARNA
$sql = „selecteer * UIT app_get_account_inbox_funk waar account_id=“. $this->account_id.“ EN conversation_id> ". $this->conversartion_id. „orde door conversation_id ASC GRENS 1“;
- VORIG
$sql = „selecteer * UIT app_get_account_inbox_funk waar account_id=“. $this->account_id.“ EN<> conversation_idconversartion_id. „orde door conversation_id DESC GRENS 1“;
En in het geval van laatste/eerst het bericht
- DUUR
$sql = „selecteer * UIT app_get_account_inbox_funk waar account_id=“. $this->account_id.“ orde door conversation_id DESC GRENS 1 ";
- EERST
$sql = „selecteer * UIT app_get_account_inbox_funk waar account_id=“. $this->account_id.“ orde door conversation_id ASC GRENS 1 ";