hi , possible to show an integer in hex format? On Wednesday, 4 January 2023 at 16:55:47 UTC+8 Evgenij Ryazanov wrote:
> 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/112b703a-38cd-4235-b2b8-253b1f92f7a2n%40googlegroups.com.
