-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Missing FLOAT(precision)? #755
Copy link
Copy link
Closed
Description
I'm writing a lesson on SQL and laboriously creating a table of ANSI/ISO SQL support across products.
I noticed that the SQL standard allows for not only FLOAT but FLOAT(precision). Both PostgreSQL and Oracle support this, according to their official docs. But http://www.h2database.com/html/datatypes.html tells me that H2 does not support FLOAT(precision), although it does support DOUBLE(precision). Is this a typo in the syntax production, or is this a real limitation?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels