提交 45336ed7 authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Standard OFFSET / FETCH are available in all modes, not only in DB2

上级 cabd97ad
...@@ -1044,8 +1044,6 @@ or the SQL statement <code>SET MODE DB2</code>. ...@@ -1044,8 +1044,6 @@ or the SQL statement <code>SET MODE DB2</code>.
<ul><li>For aliased columns, <code>ResultSetMetaData.getColumnName()</code> <ul><li>For aliased columns, <code>ResultSetMetaData.getColumnName()</code>
returns the alias name and <code>getTableName()</code> returns returns the alias name and <code>getTableName()</code> returns
<code>null</code>. <code>null</code>.
</li><li>Support for the syntax <code>[OFFSET .. ROW] [FETCH ... ONLY]</code>
as an alternative for <code>LIMIT .. OFFSET</code>.
</li><li>Concatenating <code>NULL</code> with another value </li><li>Concatenating <code>NULL</code> with another value
results in the other value. results in the other value.
</li><li>Support the pseudo-table SYSIBM.SYSDUMMY1. </li><li>Support the pseudo-table SYSIBM.SYSDUMMY1.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论