MySQL Forums
Forum List  »  MySQL Workbench

Re: BLOB editor converts \func to NULL on forward engineering
Posted by: Michael Hoffmann
Date: February 04, 2021 12:20AM

CREATE TABLE t( u BINARY(16) );

INSERT INTO t SET u='0x5C66756E6320555549445F544F5F42494E2855554944282929';

That's what WB creates when the BLOB value is '\func UUID_TO_BIN( UUID() )'

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: BLOB editor converts \func to NULL on forward engineering
275
February 04, 2021 12:20AM


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.