Trying to use an array of values in a IN clause but Prisma.join is not returning properly.
SOLVED....I had the parameters in the wrong order....
Nope not solved....query returns but it does NOT exclude the values in the array and it still shows the same as above instead of Not IN (1,2,3)
r
Ryan
08/12/2021, 6:22 AM
@Melvin Gaye 👋
Could you share the query?
m
Melvin Gaye
08/14/2021, 1:02 PM
Yes when I get home later today, I'll post it here. This is related to stored procedure I talked about on another thread and I wasn't able to call it so now I'm using
queryraw(sql string here, four parameters passed here)