You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2019/09/14 03:10:00 UTC

[jira] [Created] (CALCITE-3344) In JDBC adapter, generate "SELECT TOP(n)" for MSSQL 2008 and earlier

Julian Hyde created CALCITE-3344:
------------------------------------

             Summary: In JDBC adapter, generate "SELECT TOP(n)" for MSSQL 2008 and earlier
                 Key: CALCITE-3344
                 URL: https://issues.apache.org/jira/browse/CALCITE-3344
             Project: Calcite
          Issue Type: Bug
          Components: jdbc-adapter
            Reporter: Julian Hyde


In JDBC adapter, generate "SELECT TOP(n)" for MSSQL 2008 and earlier, because it doesn't support "FETCH". For MSSQL 2012 and higher, continue to generate "FETCH NEXT n ROWS".



--
This message was sent by Atlassian Jira
(v8.3.2#803003)