mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
Meilleur ordre des discussions
This commit is contained in:
parent
622b98b751
commit
756841874e
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@
|
|||
SELECT MAX(at) as at, number
|
||||
FROM (SELECT at, target as number FROM sendeds UNION (SELECT at, send_by as number FROM receiveds)) as discussions
|
||||
GROUP BY number
|
||||
ORDER BY at
|
||||
ORDER BY at DESC
|
||||
";
|
||||
|
||||
return $this->runQuery($query);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue