| 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=39
ORDER BY date
|
| time |
596694 |
| trace |
#0 /app/news.php(64): Database->query() #1 {main} |
| Time |
0.596694 ms |
|