| | 11 | * CCL: not fixed chip or warp ids, they are related to stsci servers, mask files, or memory block, etc. |
| | 12 | {{{ |
| | 13 | mysql -hippdb08 -uippuser -p gpc1 -e "SELECT chipRun.chip_id,chipRun.state,chipRun.label,chipRun.data_group,chipRun.dist_group FROM chipRun WHERE chipRun.label like 'update.LAP.PV3.broke'" |
| | 14 | |
| | 15 | mysql -hippdb08 -uippuser -p gpc1 -e "SELECT chipRun.chip_id,camRun.cam_id,fakeRun.fake_id,warpRun.warp_id,warpRun.state,warpRun.label,warpRun.data_group FROM warpRun, fakeRun, camRun, chipRun WHERE warpRun.fake_id = fakeRun.fake_id AND fakeRun.cam_id = camRun.cam_id AND camRun.chip_id = chipRun.chip_id AND warpRun.label like 'update.LAP.PV3.broke'" |
| | 16 | }}} |