书库表(work):
id   integer,
starttime  char,
endtime  char假如有一条记录:7  16:20  17:50
用select id,(时间差 )  from work
结果:7  1.5
 select语句怎么写?请指教