You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2013/12/31 23:32:23 UTC

svn commit: r1554585 [3/3] - in /incubator/phoenix/site/publish: dependencies.html index.html

Modified: incubator/phoenix/site/publish/index.html
URL: http://svn.apache.org/viewvc/incubator/phoenix/site/publish/index.html?rev=1554585&r1=1554584&r2=1554585&view=diff
==============================================================================
--- incubator/phoenix/site/publish/index.html (original)
+++ incubator/phoenix/site/publish/index.html Tue Dec 31 22:32:22 2013
@@ -125,7 +125,7 @@
 </div> 
 <div class="section"> 
  <h2 id="SQL_Support">SQL Support</h2> 
- <p>To see whats supported, go to our <a href="language/">language reference</a>. It includes all typical SQL query statement clauses, including <tt>SELECT</tt>, <tt>FROM</tt>, <tt>WHERE</tt>, <tt>GROUP BY</tt>, <tt>HAVING</tt>, <tt>ORDER BY</tt>, etc. It also supports a full set of DML commands as well as table creation and versioned incremental alterations through our DDL commands. We try to follow the SQL standards wherever possible.</p> 
+ <p>To see whats supported, go to our <a href="grammar.html">language reference</a>. It includes all typical SQL query statement clauses, including <tt>SELECT</tt>, <tt>FROM</tt>, <tt>WHERE</tt>, <tt>GROUP BY</tt>, <tt>HAVING</tt>, <tt>ORDER BY</tt>, etc. It also supports a full set of DML commands as well as table creation and versioned incremental alterations through our DDL commands. We try to follow the SQL standards wherever possible.</p> 
  <p><a name="connStr" id="connStr"></a>Use JDBC to get a connection to an HBase cluster like this:</p> 
  <div class="source"> 
   <pre>    Class.forName(&quot;com.salesforce.phoenix.jdbc.PhoenixDriver&quot;);