Jump to content

Order by record date


Jackie

Recommended Posts

I have a website which we'll call 'Admin' where I can go in as an admin and create records that then display on another website which we'll call 'Groups'. I would like to order my records on the 'Group site' to display the last record I updated as the first record on the page. Is there a SQL statement that I can add in my 'Group' page instead of my Order by group_name or do I have to change it for the 'Admin' site for it to work?

Link to comment
Share on other sites

I have a website which we'll call 'Admin' where I can go in as an admin and create records that then display on another website which we'll call 'Groups'.  I would like to order my records on the 'Group site' to display the last record I updated as the first record on the page.  Is there a SQL statement that I can add in my 'Group' page instead of my Order by group_name or do I have to change it for the 'Admin' site for it to work?

You can use SQL statement on ur group page as " Order By Update_Date Desc "
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...