[mythtv-commits] Ticket #6187: REQ: Status page to show minimum and maximum endtimes in program table

MythTV mythtv at cvs.mythtv.org
Wed Jan 28 11:46:54 UTC 2009


#6187: REQ: Status page to show minimum and maximum endtimes in program table
----------------------------------------------------+-----------------------
 Reporter:  Jonathan Martens <jonathan at snetram.nl>  |        Owner:  ijr    
     Type:  enhancement                             |       Status:  new    
 Priority:  minor                                   |    Milestone:  unknown
Component:  MythTV - General                        |      Version:         
 Severity:  medium                                  |   Resolution:         
  Mlocked:  0                                       |  
----------------------------------------------------+-----------------------

Comment(by Jonathan Martens <jonathan at snetram.nl>):

 Nope, retrying with a few extra newlines:
 mysql> SELECT MIN(t1.per_chanid_endtime) min_endtime,
 MAX(t1.per_chanid_endtime) max_endtime FROM ( SELECT chanid, MAX(endtime)
 per_chanid_endtime FROM program WHERE manualid=0 GROUP BY chanid) as t1\G

 *************************** 1. row ***************************

 min_endtime: 2009-01-31 00:10:00

 max_endtime: 2009-02-12 09:00:00

 1 row in set (0.00 sec)


 mysql>

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6187#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list