Using an AND in a join
Using an AND in a join
Twiggit
Posts: 11Questions: 4Answers: 0
Is this possible in the editor join?
The sql would be something like JOIN your_table T2 ON T1.contact_id = T2.contact_id AND T2.flag = 32
Could someone send me an example on how this might be done? I would be grateful for any help
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
See this thread for a discussion and workaround on this topic.
Allan
Thanks Allan!!