Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
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
- relates to
-
DERBY-4049 SELECT statement topic in Reference Manual should reflect current WHERE clause behavior
- Closed