Help with query, how to use parent value in where condition ?
Hey everyone, is there any way to pass a value from the parent, which is widgets in this example to a where condition in a left join ?
2 Replies
I think you should be able to just do:
The query returns all the productFeedbacks for this product, but doesn't filter out the ones from an other groupBrand.
It's like the where condition is not there
widgets.groupBrandCode seems to be the schema of the entity not it's value