Click here to Skip to main content
15,923,142 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
i want to display data of current data what will be the sql query for this problem
Posted
Comments
CodeReady 21-Mar-14 2:24am    
What you want to say?
Maciej Los 21-Mar-14 3:11am    

If you want to retrieve some records from some table, check this out: SQL SELECT Statement[^]
Select is just one of the 4 ways of manipulating sql database, you should read on for the other three - insert, update, and delete.
 
Share this answer
 
v2
Hi
Actually what is ur question ? u need to show current dated data or need to show data ?

use select query to get data form database.

can u explain "display data of current data" means ?

if u want to show current data or latest insert data then use one column as id (auto increment) based on id u show the latest record
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900