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.
Put a timestamp in the table that you update and select based on that?
Post your sample data.
Select Max(yourdate) from your Table.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.