| 1 |
| SQL |
SELECT N.id, N.message, N.date, N.joueur_nom, P.id as joueur_id, P.race_id, P.icone
FROM news_commentaires AS N
LEFT JOIN jeu_profils AS P
ON P.id=N.joueur_id
WHERE news_id=35
ORDER BY date
|
| time |
1845873 |
| trace |
#0 /app/news.php(64): Database->query() #1 {main} |
| Time |
1.845873 ms |
|