Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-6049

Allow tuples in IN lists

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 10.10.1.1
    • None
    • SQL
    • Normal

    Description

      A user would like to be able to use tuples in IN lists. See http://apache-database.10148.n7.nabble.com/tuple-IN-clause-td126642.html. The following syntax (not currently supported by Derby) is legal according to my reading of the SQL Standard, part 2, sections 8.4 <in predicate> and 7.2 <row value expression>:

      select * from t where ( a, b ) in ( ( 1, 2 ), ( 3, 4 ) )

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhillegas Richard N. Hillegas
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: