Project

General

Profile

Order desc

Added by Torsten Schulz over 3 years ago

Hello,

I'm using the Wt::Dbo extension and now I try to get just the newest entry of my table. I know then orderBy method, but I can't find out how to do a order desc by it. Is it possible or do I have to write the query "manually"?


Replies (1)

RE: Order desc - Added by Roel Standaert over 3 years ago

You can just put the desc in the string that you provide to orderBy.

    (1-1/1)