]
RH Bugzilla Integration commented on TEIID-4323:
------------------------------------------------
jolee(a)redhat.com changed the Status of [bug
Add support for first/last/absolute/relative "FETCH "
syntax
------------------------------------------------------------
Key: TEIID-4323
URL:
https://issues.jboss.org/browse/TEIID-4323
Project: Teiid
Issue Type: Feature Request
Components: ODBC
Reporter: Debbie Steigner
Assignee: Steven Hawkins
Fix For: 9.1
Add Support for the below FETCH syntax:
FETCH LAST FROM cursor_name
FETCH ABSOLUTE fetch_when FROM cursor_name
FETCH RELATIVE fetch_when FROM cursor_name
FETCH FIRST FROM cursor_name