![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
db1=> select * from sfc_days2 where lsd = to_date('1901-12-13', 'YYYY-MM-DD'); stn_num | lsd | max_air_temp ---------+------------+-------------- 86071 | 1901-12-13 | 3.0 (1 row) db1=> select * from sfc_days2 where lsd = to_date('1901-12-14', 'YYYY-MM-DD'); stn_num | lsd | max_air_temp ---------+------------+-------------- 86071 | 1901-12-13 | 3.0 (1 row) |
|
As for compiler options I believe everything was left as default for HP-UX 11.11 (Ie the options that you have recommended I do not know if they were set...) without further investigation... |
![]() |
| Thread Tools | |
| Display Modes | |
| |