Hi Prisma family:wave: I want to know if I can re...
# orm-help
i
Hi Prisma family👋 I want to know if I can replace text of any field (type: String) using updateMany( ) Problem : I have a column message in comments table. I want to replace yoy string by oyo in message field. Is there any way to do so? Thanking in advance:)
r
@Ibad Shaikh 👋 Replacing functions are not supported at the moment. It would be great if you could create a feature request so that we can look into this. For now, you would need to use raw queries to perform this.