Hello,

hopefully some could help me. How can I put an SQL like

SELECT  a,
               b = 'test1' AS isB,
                c = 'default' AS isC
FROM myTableName
WHERE id = 1
AND globaltype = 'mytype'
AND ident = 'identifier'
ORDER BY isB DESC, isC DESC LIMIT 1

into Doctrine?

Thanks in advance for your help!

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to