Skip to content

Instantly share code, notes, and snippets.

@dagda1
Created October 27, 2010 13:44
Show Gist options
  • Save dagda1/649062 to your computer and use it in GitHub Desktop.
Save dagda1/649062 to your computer and use it in GitHub Desktop.
extra clause in with
Select q FROM GeneralQuestion
q Left Join q.QuestionResponses as qr with qr.ContactUid = :contactuid
WHERE q.ParentUid = :audituid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment