[V4MD1.1] order by RecID DESC ?

Hans-Joerg Bibiko bibiko at eva.mpg.de
Fri Jan 28 15:27:33 CST 2005


Ruslan Zasukhin wrote:

>>SELECT fld1 from tbl1 ORDER BY RecID DESC
>>
> 
> 1.x do not allow sort on RecID.
> 
> What sense in this?
>     SELECT fld1 from tbl1 ORDER BY RecID DESC
> 
> If you very need this, you can create BaseObject Method = RecID.
> And use it in the ORDER BY
> 

Of course! Thanks you.

The sense of it is very easy. I need a very easy way to sort my records by creation time without 
creating a new field, by the principle last-in first-out.

Hans


More information about the Valentina mailing list