HI, I don't know how to get the lastest data form the database.

do anyone can give me some exmaples to see how to retrieve the latest 50 data.

Recommended Answers

All 3 Replies

Put a timestamp in the table that you update and select based on that?

Post your sample data.

Select Max(yourdate) from your Table.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.