> ______________________________On 24/06/17 21:31, Brian Hood wrote:
> Hi Guys,
>
> I don't seem to be able to INSERT into a blob field is there any
> information how to achieve this.
>
> Regards,
>
> Brian Hood
_________________
> users-list mailing list
> users-list@monetdb.org
> https://www.monetdb.org/mailman/listinfo/users-list
>
Normally that would be something like:
INSERT INTO t VALUES ('0102030405060708090a0b0c0d0e0f ');
where the value being inserted is no more than a list of hexadecimal
digits with en even length (two digits per octet).
--
Sjoerd Mullender
_______________________________________________
users-list mailing list
users-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/users-list