23/07/2003, 09:24
|
| | Fecha de Ingreso: abril-2003
Mensajes: 606
Antigüedad: 21 años, 9 meses Puntos: 2 | |
SELECT `topic_id`, `topic_title`, `topic_poster`, `topic_replies`, `topic_first_post_id`
FROM `topics_table` WHERE `forum_id` = 1 ORDER BY TuCampoLLave DESC LIMIT 0, 10 |