You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I got an error with this text
"Cannot count query which selects two FROM components, cannot make distinction"
Can you please help me how to make a workaround for this?
I need this kind of join to sort my Product table according Price table that has an unidirectional ManyToOne reference to product, (Because of my modular architecture) therefor I cannot use normal leftjoin.
Thank you for your reply and suggestions
The text was updated successfully, but these errors were encountered:
Hello. I created a query using Doctrine2 (2.3 and above version) Arbitrary join syntax
and I got an error with this text
"Cannot count query which selects two FROM components, cannot make distinction"
Can you please help me how to make a workaround for this?
I need this kind of join to sort my Product table according Price table that has an unidirectional ManyToOne reference to product, (Because of my modular architecture) therefor I cannot use normal leftjoin.
Thank you for your reply and suggestions
The text was updated successfully, but these errors were encountered: