DELETE FROM "hours";
INSERT INTO "hours" ("hours_id","fkjob_id","fkclient_id","fkpersonnel_id","date_entered","intime","time_in","time_out","total_hours","billable","del","hours_description","comment","category","parking","expense_amount","downloaded","fkapprover_id","approval_date") values (1,1,2,'demo1','02-26-1999','12:8:02-26-1999','9:00','9:30',0.5,1,'n','Installed Oracle 8 on Sample Client''s
linux server.','They seem big on Linux, we should talk to them
about selling them a Linux file server since we''ve
had such a good experience with ours.','',0,NULL,'n','','01-01-0001');
INSERT INTO "hours" ("hours_id","fkjob_id","fkclient_id","fkpersonnel_id","date_entered","intime","time_in","time_out","total_hours","billable","del","hours_description","comment","category","parking","expense_amount","downloaded","fkapprover_id","approval_date") values (2,3,3,'demo1','02-27-1999','12:10:02-26-1999','9:30','2:30',3,1,'n','Fixed Sample Client 3''s T1 line.  Ameritech
messed up, as usual, and the CO could see one end
of the T1 but not the other when they ran their loopback test.','This is the third time this month, we
need to find a solution!!!','',6,NULL,'n',NULL,'01-01-0001');
