Skip to content

Missing FLOAT(precision)? #755

@garretwilson

Description

@garretwilson

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions