[teiid-issues] [JBoss JIRA] Updated: (TEIID-514) ORDER BY should have ability to include columns not specified in the SELECT clause

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Apr 20 17:44:40 EDT 2009


     [ https://jira.jboss.org/jira/browse/TEIID-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-514:
---------------------------------

        Fix Version/s: 6.2.0
    Affects Version/s: 6.0.0
             Assignee:     (was: Steven Hawkins)
             Priority: Minor  (was: Major)


I should have been specific in saying that it was a non sql-92 feature (we claim to implement "select" sql-99 and later features).  But I'm fine with reopening and targeting to 6.2.0.  It may also require an additional connector capability.  

Also, the create table syntax is documented in the teiid/5.5.x references. 

> ORDER BY should have ability to include columns not specified in the SELECT clause
> ----------------------------------------------------------------------------------
>
>                 Key: TEIID-514
>                 URL: https://jira.jboss.org/jira/browse/TEIID-514
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Query Engine
>    Affects Versions: 6.0.0
>            Reporter: Marc Shirley
>            Priority: Minor
>             Fix For: 6.2.0
>
>
> Client request to allow an ORDER BY clause to include columns other than those specified in the SELECT clause, as in the following query:
> SELECT col1, col2, col3 
> FROM tableA
> ORDER BY col4

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list