79281394

Date: 2024-12-14 20:55:06
Score: 3.5
Natty:
Report link

I face similar problem. I used something like below as an alternative as Prisma does not support using EXCEPT directly.

const result = await prisma.$queryRawSELECT * FROM TABLE_A EXCEPT SELECT * FROM TABLE_B; console.log(result);

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I face similar problem
  • Low reputation (1):
Posted by: swawge