thank you sir On Sunday, 22 January 2023 at 10:01:17 UTC+8 Evgenij Ryazanov wrote:
> Hello! > > There is a RAWTOHEX <https://h2database.com/html/functions.html#rawtohex> > function, you can convert this integer number to a BINARY(4) data type > and pass the result to this function: > SELECT RAWTOHEX(CAST(1234567890 AS BINARY(4))); > -- 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/20d83162-6bd7-4896-a773-0763888fd24dn%40googlegroups.com.
