I'm doing a request to a DWH which is very long so I will just point where my problem is:
DW_PUR_OrderlineActual.LogComp In (11,18,54,68,92,159,164)
I'm doing this condition in a where clause and I would like to do it in a prepared request. In fact I have a List with the different values that go in this condition and I would like to have somthing like this:
DW_PUR_OrderlineActual.LogComp In ?
In which I could replace the "?" with my list.