I try to insert a Open Office document on a blob field. To do this I try
INSERT INTO my_table (stamp, docFile) VALUES (NOW(), LOAD_FILE('/tmp/my_file.odt'));
This works well on windows but on Mac Os the file isn't load on docFile field.
Is anyone has experience about that?
Thanks