[SQL] pobierz, plaintext SELECT * FROM news ORDER BY id DESC[SQL] pobierz, plaintext
[SQL] pobierz, plaintext SELECT count(id) FROM comments WHERE id = $id[SQL] pobierz, plaintext
[SQL] pobierz, plaintext SELECT n.*, count(c.id) ilosc FROM news n LEFT JOIN comments c ON c.id=n.idGROUP BY n.idORDER BY n.id DESC[SQL] pobierz, plaintext