zetashift
Explore posts from serversDTDrizzle Team
•Created by zetashift on 9/8/2023 in #help
Select data from related table as well
I have 2 tables:
Whenever I select a
bar
I would also like to return the associated foo.fooData
. I believe I need a leftJoin for that, but how does that work when doing an update
or create
query?
E.g. how would the following snippet also return the associated foo
?
17 replies