[
https://issues.jboss.org/browse/TEIID-1616?page=com.atlassian.jira.plugin...
]
Ramesh Reddy commented on TEIID-1616:
-------------------------------------
As I remember, Teradata only supported ORDER BY by the projected positions like
SELECT level, param, ’GMKSA’ (TITLE ’OWNER’)FROM gmksa WHERE cycle = ’03’
UNION
SELECT level, param, ’GMKSA CONTROL’ FROM gmksa_control WHERE cycle = ’03’
ORDER BY 1, 2;
So, I turned it off. I could not re-validate it as Teradata instance is currently down.
ORDER BY not ordering query results on Teradata query: SELECT
DoubleNum AS E FROM VQT.U5 ORDER BY E
------------------------------------------------------------------------------------------------------
Key: TEIID-1616
URL:
https://issues.jboss.org/browse/TEIID-1616
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 7.4
Reporter: Warren Gibson
Assignee: Steven Hawkins
Fix For: 7.4.1
ORDER BY is not ordering the query results for the following Teradata query: SELECT
DoubleNum AS E FROM VQT.U5 ORDER BY E
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira