Chris Tsongas
06/28/2022, 12:10 AMnotEquals? notIn is so convenient.Harsh Singh
06/28/2022, 4:41 AMWHERE NOT EQUAL clause. However to my knowledge of something like MySQL, there isn't a similar clause or operator and you'd instead have to adopt some workaround with operators such as <> or != (eg. SELECT ... FROM ... WHERE NAME <>"...")
Again, this is just my guess. Don't quote me on it. I'd be interested in hearing a reply from someone at Prisma.Chris Tsongas
06/28/2022, 5:18 AMNOT: {equals: {}} syntax so nothing new in terms of functionality, just syntactic sugar.Harsh Singh
06/29/2022, 3:14 PM