--- In [email protected], Mark Rotteveel <mark@...> wrote: > Here I do assume that cSaleInvIDs contains a single value, not a string of > comma-separated values. >
Mark, actually cSaleInvIDs is a comma separated list of integers as a string I believe the same as what LIST() would return. Now I can I be able to do a IN against an integer iID? If not is there any way to convert the comma separated string to comma separated integer value?
