MySQL Forums
Forum List  »  Other Migration

Working with blob fields
Posted by: Daniel Andrascik
Date: May 06, 2009 04:05AM

Working with blob fields

In SQLite can be use syntax like this:

CREATE TABLE aTbl (a integer, b BLOB);
INSERT INTO aTbl (a, b) VALUES (1, X'A9AE80');

Second line insert into Blob field "b" hexadecimal value 'A9AE80'. Exist analogous technique in MySQL? Or something else?

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Working with blob fields
10855
May 06, 2009 04:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.