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/c06add93-e74c-4aba-8269-ff5bfcbcaa34n%40googlegroups.com.
