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

Subquery causes error: 'updateString' not allowed because the ResultSet is not an updatable ResultSet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • None
    • SQL
    • None

    Description

      Embedded Derby (don't know about client) demoted an updatable result set apparently due to a nested query.

      select * from orders where (orders.recordno = (select max(orders.recordno) from orders))

      Fix if possible.

      If it can't be fixed, the documentation should be changed.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              johntdow John T. Dow
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: