Hello!

There is no such thing in SQL and usually fractions are stored in a couple 
of numeric fields, or in a UDT. UDTs aren't supported by H2, but you can 
use a row value data type value like ROW(NUMERATOR BIGINT, DENOMINATOR 
BIGINT) and define your functions with CREATE ALIAS in your application 
directly, if you have a use case for it.

Introduction of built-in exotic non-standard data type is not a good idea 
at all, especially when everyone who uses it wants to have some own storage 
format based on different numeric data types.

-- 
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 visit 
https://groups.google.com/d/msgid/h2-database/96d0ee75-8986-4fd1-875c-b65b965fdde9n%40googlegroups.com.

Reply via email to