问题很简单,请高人给点思路:1、假设我知道了一个日期,startdate = "2007-12-12 18:32:39";
2、我需要知道 startdate N小时(或N分钟)后的时间 endate ;
   
   请问怎么能获得 endate ;
   select * from table where startdate >=: ? and startdate <=: ?;