SEHYEOK
06/05/2020, 7:37 AMwhereInput
.
what i want to do is comparing two field in whereInput.
there are showMessageDateA(type DATE), updatedAt(type Date),
So I wanna get data that it's updatedAt greater than it's showMessageDateA
I don't know if it is possible So.. could you please let me if it is possible.. and how the thing work
please look at line 14
thank youRyan
06/05/2020, 12:26 PMprisma.raw
as follows:
prisma.raw`select * from "Rooms" where updated_at > showMessageDateA`
Something like this depending on your model.SEHYEOK
06/05/2020, 12:35 PMprisma.raw
and maybe i can make it by using it.
i appreciate your help! :)
``` ```