I know there\'s the LOAD DATA INFILE statement, which allows me to INSERT structured data into a table.
LOAD DATA INFILE
What I\'m curious about, is whether it is possib
edit: I understood you wrong, sorry, Daniel Vassallo has the right answer. May this is useful anyway
I think you are looking for BLOB or TEXT, see docs. If you want to store file date inside the datebase, these are what you are possibly looking for
BLOB
TEXT