Re: Calculating time unused

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In article <20030930103246.49107.qmail@pb1.pair.com>, shaun@mania.plus.com 
says...
> Hi,
> 
> I have a table called Bookings which has two important columns;
> Booking_Start_Time and Booking_End_Time. These columns are both of type
> DATETIME. Given any day how can I calculate how many hours are available
> between the hours of 09.00 and 17.30 so a user can see at a glance how many
> hours they have unbooked on a particular day, can this be done with a query
> or do I have to work it out with PHP?
> 
> Thanks for your help

Seems easy enough - just sum the time booked per day and subtract it from 
the constant which is the total of available hours, and group by day. 
You'll need to calculate the booked time based on existing start/end 
values but you should be able to do that in SQL. 

Cheers
-- 
Quod subigo farinam

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet?

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux