Changeset 26670 for trunk/tools/wiki_nightly_stacks_table.pl
- Timestamp:
- Jan 22, 2010, 11:38:51 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/tools/wiki_nightly_stacks_table.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wiki_nightly_stacks_table.pl
r26620 r26670 133 133 134 134 #warps 135 $sth = "select rawExp.dateobs,warpRun.state,rawExp.filter,count(warpRun.state),warpRun.data_group,warpRun.dist_group from warpRun JOIN fakeRun using (fake_id) JOIN camRun using (cam_id) JOIN chipRun using (chip_id) JOIN rawExp using (exp_id) where warpRun.label LIKE '%nightlystack' GROUP BY data_group,filter ORDER BY data_group,filter";135 $sth = "select rawExp.dateobs,warpRun.state,rawExp.filter,count(warpRun.state),warpRun.data_group,warpRun.dist_group from warpRun JOIN fakeRun using (fake_id) JOIN camRun using (cam_id) JOIN chipRun using (chip_id) JOIN rawExp using (exp_id) where warpRun.label LIKE '%nightlystack' GROUP BY data_group,filter,state ORDER BY data_group,filter"; 136 136 $data_ref = $db->selectall_arrayref( $sth ); 137 137
Note:
See TracChangeset
for help on using the changeset viewer.
