query builder select #10228
Unanswered
simplyniceweb
asked this question in
Support Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i have a query something like:
$this->createQueryBuilder('b')->addSelect(COUNT('something') as something) ->getQuery()->getResult();
I expect the result to be:
What i get:
how can i achieve the result i want?
Beta Was this translation helpful? Give feedback.
All reactions