Hi everyone,
I have a a string of length 1 million characters (it is a base64 encoded excel file) and I want to add this value in a blob column.
How can I create an insert statement for updating the row I want ?
I want to avoid using the load interface to load all the file.
Thanks in advance