Naslov Uvod Dodano Komentarjev Možnosti
Novica 6 Uvod za novico 6 Sat, Aug 4th 2007, 19:33 0 Komentiraj
Novica 3 Uvod za novico 3 Sat, Aug 4th 2007, 19:32 1 Komentiraj
Novica 9 Uvod za novico 9 Sat, Aug 4th 2007, 19:32 2 Komentiraj
Novica 1 Uvod za novico 1 Sat, Aug 4th 2007, 19:31 6 Komentiraj
Novica 2 Uvod za novico 1 Sat, Aug 4th 2007, 19:31 0 Komentiraj
1 | 2 | 3 Naprej
5 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `news`661
2DESCRIBE `comments`771
3SELECT COUNT(*) AS `count` FROM `news` AS `News` WHERE 1 = 1 110
4SELECT `News`.`id`, `News`.`title`, `News`.`flash`, `News`.`content`, `News`.`hidden`, `News`.`created` FROM `news` AS `News` WHERE 1 = 1 ORDER BY `created` desc LIMIT 5550
5SELECT `Comments`.`id`, `Comments`.`news_id`, `Comments`.`title`, `Comments`.`content`, `Comments`.`username`, `Comments`.`created`, `Comments`.`modified` FROM `comments` AS `Comments` WHERE `Comments`.`news_id` IN (6, 3, 9, 1, 2) 990