Jump to content

Query


rashmi_k28

Recommended Posts

I have a values in database like this:

2008-03-05 12:20:01 |      0 | A|

| 2008-03-05 12:20:01 |      1 | B |

| 2008-03-05 12:30:02 |      1 | B      |

|2008-03-05 12:30:02 |      1 | A          |

| 2008-03-05 12:30:02 |      1 | B          |

| 2008-03-05 12:30:02 |      0 | C 

 

fields are timestamp,status and name.

How to write a query when the status is changed from 0 to 1 I have to calculate the timestamp.

Suppose if the status is 0 at 2008-03-05 12:20:01 and status has become 1 at 2008-03-05 12:30:01 how to find the information of status change in a day and calculate the duration

 

 

Link to comment
https://forums.phpfreaks.com/topic/94441-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.