Hi! H2 Console already displays values of binary strings in hexadecimal format, if you need a similar feature in other tool you should ask its developers instead.
There is also a RAWTOHEX <https://h2database.com/html/functions.html#rawtohex> function, you can use it to convert a binary string to a character string with hexadecimal representation. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/h2-database/31e4a71e-b5e7-4f28-a405-f99c6ec23df2n%40googlegroups.com.
