Forums

How to show ORDER BY cf_created Ascending

Laus 13 Jun, 2013
I currently have a table listing which is sorted by date created (cf_created) by placing cf_created as the ORDER BY value in the CConnectivity general settings.

This shows all entries by date created in decending order (first created at top, latest at bottom) - but I want to show these date ascending, can anybody advise me how to do this please?

TIA!
GreyHead 13 Jun, 2013
Hi Laus,

I think that you can do it in the WHERE box with e.g. 1 ORDER BY `some_column` ASC

Bob
This topic is locked and no more replies can be posted.