String str = "SELECT DISTINCTROW Partition([Age],15,120,6) AS Age_Range, Count(Patient.Age) AS Range_Count FROM Patient GROUP BY Partition([Age],15,120,6)";
Thanks
Jack
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The reason why it doesn't work is that the partition function isn't supported yet
BUT
it will be implemented in the 2.0.9.(that will be released very soon).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
String str = "SELECT DISTINCTROW Partition([Age],15,120,6) AS Age_Range, Count(Patient.Age) AS Range_Count FROM Patient GROUP BY Partition([Age],15,120,6)";
Thanks
Jack
The reason why it doesn't work is that the partition function isn't supported yet
BUT
it will be implemented in the 2.0.9.(that will be released very soon).
Thanks Marco, longing for that to arrive!
Jack
Added support to partition function in the 2.0.9.
Thanks a lot
Have a nice day!
Jack