hai,i have a table,consists of data which gets updated data time-time.i want to access the data based on date & time.

Member Avatar for iamthwee

>i want to access the data based on date & time.

Ok then do a query using:

SELECT whatever FROM table_name 
WHERE date_time = '....';
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.