Where Clause inside Left Join
Where Clause inside Left Join
alf007
Posts: 37Questions: 15Answers: 0
Hi!
I would like to know if the Editor can handle where clauses inside left joins?
Thanks.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You should simply be able to use the joined fields like any other field:
Allan
Thanks Allan.
:)
how do you specify "in" i.e.,
->where( 'sites.name','Edinburgh','Glasgow')
or something like that?
How to use operators such as
IN
is documented here.Allan
I am asking how in the controller.cs file, not in php tho
Sorry. You didn't mention that and you used PHP syntax. Here is the equivalent documentation for the .NET libraries.
Allan