We've successfully used the database base64 document plugin to insert and retrieve documents from the database. So that much is great! However, I'm wondering if anyone has successfully used this plugin with an "UPDATE" rather than an "INSERT" statement?
Discussion posts and replies are publicly visible
Yes, we can use UPDATE query instead of INSERT.
= "UPDATE TABLE_NAME SET COLUMN_NAME = (:documentId) WHERE COLUMN_NAME = (:userId)"
Here, :documentId and userId are inputs