¿¿ya has leído algo sobre sintaxis de SQL??
Código:
SELECT
e.id AS id,
e.type AS type,
e.state AS state,
t.complete AS title,
c.created AS created,
e.parent AS parent,
c.body AS body
FROM entry e
INNER JOIN title t ON e.id=t.parent
INNER JOIN content c ON e.id=c.parent
también necesitas usar
AS, y tal ves
COUNT PDTA no olvides, leerte una referencia completa... en el foro no se sabe todo!!