hi everybody,

I 'm trying to run the following query with doctrine
SELECT o.record_id AS record_id, MAX( o.raw_field_id ) AS
raw_field_id, COUNT( * ) AS count
FROM records r
LEFT JOIN archives a ON ( r.archive_id = a.archive_id ) ,
search_objects o
NATURAL JOIN search_object_keywords o0
NATURAL JOIN search_keyword_list k0
WHERE k0.keyword_text = 'spectacle'
AND (
r.archive_id =1
)
without succes.

I attempt to use Doctrine_RawSql without succes too.
Somebody can help me please?
Thanks

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to