dop
dop copied to clipboard
Inner/Left/Right/Outer Joins
I was wondering how you handle these using DOP :)
Hi Ruben! Well, I'd just write them as an SQL string. Then I'd externalize anything I need as a parameter using the ?? and :: markers. Do you think this could be done more easily with an API? Let me know :)