reformat, added pn to where
[zc] / gnuplot / axes.sql
1 select to_char(time, 'YYYY-MM-DD HH24:MI:SS'), x_axis_angle, y_axis_angle
2 from zc
3 where pn = 2008050087 and time > now() - interval '24 hours'
4 order by time asc 
5