Why would you want to do that? The whole point of binary columns is that they are opaque to the database and should not be manipulated by the database.
But if you really want to you can always define your own function to do so. See the CREATE ALIAS command. On Thursday, 18 April 2013, Brian Craft wrote: > It appears group_concat() converts binary columns to hex strings. Is that > correct? Is there any way to concat binary columns without them being > converted to hex? Would I have any more luck with arrays? Will group_concat > even work with array columns? > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:_e({}, > 'cvml', 'h2-database%[email protected]');>. > To post to this group, send email to > [email protected]<javascript:_e({}, 'cvml', > '[email protected]');> > . > Visit this group at http://groups.google.com/group/h2-database?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
