[daisy] [JIRA] Created: (DSY-662) Query language: min and max functions

Karel Vervaeke (JIRA) issues at cocoondev.org
Thu Jun 26 11:38:27 CEST 2008


Query language: min and max functions
-------------------------------------

         Key: DSY-662
         URL: http://issues.cocoondev.org//browse/DSY-662
     Project: Daisy
        Type: Improvement
 Reporter: Karel Vervaeke
    Priority: Minor


Functions that return the extrema of a list of values, e.g:

select min($FieldOne, $FieldTwo)

null values should be treated as the absolute minimum (?)

Note that this is not related to the mysql min function.  The same could be implemented in mysql (for one record) as:

select min(foo) from (select value1 foo union select value2 foo) dummy

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the daisy mailing list