- 17 8月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 8月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 08 8月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 7月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 7月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
Support for ROW_NUMBER() OVER() as an alias for ROWNUM() for compatibility with PostgreSQL and Apache Derby.
-
- 12 7月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 7月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 02 7月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 28 6月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 24 6月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
The syntax for CREATE TABLE ... AS SELECT ... has been changed: options such as NOT PERSISTENT are now before the query (AS SELECT), because otherwise they might be interpreted as a part of the query.
-
- 16 6月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 6月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 6月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 09 6月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 05 6月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 04 6月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 29 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 24 5月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
VALUES is now supported as a standalone command and as a table source: SELECT * FROM (VALUES(1, 'Hello'), (2, 'World')) AS V;
-
- 11 5月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 06 5月, 2011 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 04 5月, 2011 2 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
- 31 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 12 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 11 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
A query with an explicit LIMIT 0 will now return no rows (so far it meant no limit), which is compatible with PostgreSQL and MySQL. A negative limit value (as well as LIMIT NULL) mean no limit (so far a negative limit meant a limit of one row).
-
- 07 3月, 2011 4 次提交
-
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
-
由 noelgrandin@gmail.com 提交于
Added support for modulus operator in expressions
-
- 05 3月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 28 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-