-
MonetDB SR5 behaves unexpectedly when we've tried to use COALESCE with
aggregates, here's an example:
sql>CREATE TABLE tmp(a int);
sql>SELECT SUM(a) FROM tmp;
+-------+
| sum_a |
+=======+
| 0 |
+-------+
sql>SELECT MIN(a) FROM tmp;
+-------------+
| min_a |
+=============+
| null |
+-------------+
sql>SELECT COALESCE(MIN(a), 0) FROM tmp;
sql>
For the first...
2008-01-21 21:48:13 UTC in MonetDB
-
etrepum committed patchset 2698 of module ctypes to the ctypes CVS repository, changing 8 files.
2006-02-16 00:17:25 UTC in ctypes
-
etrepum committed 5ce1ea3 of branch svn/bcannon-sandboxing to the XBMC Media Center Git repository, changing 1 files.
2005-03-29 13:47:59 UTC in XBMC Media Center
-
etrepum committed 5ce1ea3 of branch svn/bcannon-sandboxing to the XBMC Media Center Git repository, changing 1 files.
2005-03-29 13:47:59 UTC in XBMC Media Center
-
etrepum committed 884c0cf of branch svn/bcannon-sandboxing to the XBMC Media Center Git repository, changing 3 files.
2005-03-28 23:23:47 UTC in XBMC Media Center
-
etrepum committed 884c0cf of branch svn/bcannon-sandboxing to the XBMC Media Center Git repository, changing 3 files.
2005-03-28 23:23:47 UTC in XBMC Media Center