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

Sequences do not work in INSERT/SELECT

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.6.1.0
    • 10.7.1.1
    • SQL
    • None
    • Mac OS X, Derby Network Server 10.6.1.0
    • Normal
    • Repro attached

    Description

      Using sequence in SELECT works fine whereas the same SELECT query used in INSERT/SELECT results in "The statement references the following sequence more than once" error. This happens even though the SELECT in question returns exactly 1 row of data.

      The Reference Manual states 1. " NEXT VALUE FOR expression may occur in the following places: SELECT statement: As part of the expression defining a returned column in a SELECT list" and 2. " NEXT VALUE expression may not appear in any of these situations: CASE expression, WHERE clause,
      ORDER BY clause, Aggregate expression, ROW_NUMBER function, DISTINCT select list".
      Nowhere a restriction on INSERT/SELECT is mentioned. Additionally, other databases (i.e. Oracle) support use of sequences in INSERT/SELECT.

      Therefore, I consider it a bug.

      Attachments

        1. DerbyTestCase.sql
          1 kB
          Dima Korobskiy
        2. derby-4803-01-aa-simpleInsertSelect.diff
          2 kB
          Richard N. Hillegas

        Issue Links

          Activity

            People

              rhillegas Richard N. Hillegas
              dkroot Dima Korobskiy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: