From teiid-commits at lists.jboss.org Thu Jun 24 13:00:32 2010 Content-Type: multipart/mixed; boundary="===============5911835887030689122==" MIME-Version: 1.0 From: teiid-commits at lists.jboss.org To: teiid-commits at lists.jboss.org Subject: [teiid-commits] teiid SVN: r2293 - branches/7.0.x/documentation/reference/src/main/docbook/en-US/content. Date: Thu, 24 Jun 2010 13:00:32 -0400 Message-ID: <201006241700.o5OH0W2r017396@svn01.web.mwc.hst.phx2.redhat.com> --===============5911835887030689122== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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/sq= l_support.xml Log: TEIID-251 order by allows expressions Modified: branches/7.0.x/documentation/reference/src/main/docbook/en-US/con= tent/sql_support.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/7.0.x/documentation/reference/src/main/docbook/en-US/content/s= ql_support.xml 2010-06-23 21:26:29 UTC (rev 2292) +++ branches/7.0.x/documentation/reference/src/main/docbook/en-US/content/s= ql_support.xml 2010-06-24 17:00:32 UTC (rev 2293) @@ -113,8 +113,7 @@ Expressions 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. Teiid supports the following types of expressions: --===============5911835887030689122==--