Order in an entity
Author: bignonj@gmail.com (Bignon)
Hi,
I've an based entity that displays occurence in descending order of a date field.
--> read u_where ..... order by "DATE_field descending"
But I would like to view the occurences with DATE_field = null in first postion, is it possible ?
ex :
1 positon : Date_field1 = null
2 position : Date_field2 = null
3 position : Date_field3 = 15/04/10
4 position : Date_field4 = 13/04/10
5 position : Date_field5 = 05/02/10
Thanks for your help
Jérôme




