Hi all, Don't we need something like a function isNumeric to test for a numeric argument? Seems to be handy, useful for instance for numeric aggregates, or no? It seems COALESCE together with a cast would work as well, but something like SUM(IF(isNumeric(?X), ?X, 0)) looks better - at least to me - than: SUM(COALESCE(xs:double(?X) , 0)) Opinions? AxelReceived on Sunday, 19 September 2010 20:14:14 GMT
This archive was generated by hypermail 2.3.1 : Tuesday, 26 March 2013 16:15:43 GMT