- 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 提交于
-
- 24 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 18 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 16 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 10 2月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 27 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
CSVREAD / CSVWRITE: instead of setting the options one by one, all options can be combined into a space separated key-value pairs.
-
- 25 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 13 1月, 2011 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 17 12月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 30 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 20 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 15 11月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 22 10月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-
- 21 10月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
CAST: when converting a string to binary, it is hex encoded (every byte two characters); a hex string can be converted to a number by first converting it to binary.
-
- 17 10月, 2010 1 次提交
-
-
由 Thomas Mueller 提交于
-