Author: shawkins
Date: 2010-06-24 13:00:32 -0400 (Thu, 24 Jun 2010)
New Revision: 2293
Modified:
branches/7.0.x/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
Log:
TEIID-251 order by allows expressions
Modified:
branches/7.0.x/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
===================================================================
---
branches/7.0.x/documentation/reference/src/main/docbook/en-US/content/sql_support.xml 2010-06-23
21:26:29 UTC (rev 2292)
+++
branches/7.0.x/documentation/reference/src/main/docbook/en-US/content/sql_support.xml 2010-06-24
17:00:32 UTC (rev 2293)
@@ -113,8 +113,7 @@
<title>Expressions</title>
<para> Identifiers, literals, and functions can be combined into
expressions. Expressions can be used almost anywhere in a query --
- SELECT, FROM (if specifying join criteria, WHERE, GROUP BY, HAVING.
- However you currently cannot use expressions in an ORDER BY clause.</para>
+ SELECT, FROM (if specifying join criteria), WHERE, GROUP BY, HAVING, or ORDER
BY.</para>
<itemizedlist>
<para>Teiid supports the following types of expressions:
</para>