mysql> select * from forum_topics where id = 1229361\G
*************************** 1. row ***************************
id: 1229361
poster: stephanie12400
subject: au secour les amis j ai un bogue dans mon gestinaire de mise a jours
posted: 1363614472
first_post_id: 0
last_post: 1363614472
last_post_id: 0
last_poster: stephanie12400
num_views: 0
num_replies: 0
closed: 0
sticky: 0
moved_to: NULL
forum_id: 7
1 row in set (0.00 sec)
mysql> select count(*) from forum_posts where topic_id = 1229361;
+----------+
| count(*) |
+----------+
| 0 |
+----------+
1 row in set (0.00 sec)
mysql> select * from forum_topics where id = 1229361\G ******* ******* ****** 1. row ******* ******* ******* ******
*******
id: 1229361
poster: stephanie12400
subject: au secour les amis j ai un bogue dans mon gestinaire de mise a jours
posted: 1363614472
first_post_id: 0
last_post: 1363614472
last_post_id: 0
last_poster: stephanie12400
num_views: 0
num_replies: 0
closed: 0
sticky: 0
moved_to: NULL
forum_id: 7
1 row in set (0.00 sec)
mysql> select count(*) from forum_posts where topic_id = 1229361;
+----------+
| count(*) |
+----------+
| 0 |
+----------+
1 row in set (0.00 sec)
mysql>