Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-1554

Supporting NULL as column in SELECT Statement

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      it would be cool to support null as an possible column in the SELECT statement.

      Use Case:

      UNION two tables x,y with a different number of columns e.g.

      Select id, name, age from x
      Union
      Select id, name, Null as age from y
      

      this should be a useful use case for adressing NoSQL databases where our data exist in different schemes

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              JulianS91 Julian Stenzel
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: