Hi, little question i would like to perform something like: SELECT * FROM users WHERE id % 2 != 0; Is it possible to filtering like this with Prisma ?
r
Ryan
07/26/2021, 7:06 AM
@Sofiane Akermoun 👋
Unfortunately not, you would need to use a raw query for this.
We do have a feature request for the above use case so it would be great if you could add a 👍 so that we can look at the priority 🙂