Changeset 14018 for trunk/ippTools/share/camtool_queue_chip_id.sql
- Timestamp:
- Jul 5, 2007, 10:15:41 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/camtool_queue_chip_id.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/camtool_queue_chip_id.sql
r12237 r14018 1 1 -- camtool only operates on exposures so we can safely queue more then one at a 2 2 -- time without worrying about losing the track of the generated cam_id 3 INSERT INTO cam PendingExp3 INSERT INTO camRun 4 4 SElECT 5 5 0, -- cam_id 6 6 chip_id, -- chip_id 7 '%s', -- state 7 8 '%s', -- workdir 9 '%s', -- workdir_state 8 10 '%s', -- label 9 '%s', -- re cipe11 '%s', -- reduction 10 12 '%s', -- expgroup 11 13 '%s' -- dvodb 12 FROM chip ProcessedExp14 FROM chipRun 13 15 WHERE 14 chipProcessedExp.chip_id = %lld 16 chipRun.state = 'stop' 17 AND chipRun.chip_id = %lld
Note:
See TracChangeset
for help on using the changeset viewer.
