Changeset 14023 for trunk/ippTools/share/camtool_find_pendingexp.sql
- Timestamp:
- Jul 5, 2007, 3:16:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/camtool_find_pendingexp.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/camtool_find_pendingexp.sql
r14018 r14023 4 4 SELECT 5 5 camRun.*, 6 rawExp.exp_tag,7 6 rawExp.exp_id, 7 rawExp.exp_name, 8 8 rawExp.camera, 9 9 rawExp.telescope, … … 15 15 USING(chip_id) 16 16 JOIN rawExp 17 ON chipProcessedImfile.exp_ tag = rawExp.exp_tag17 ON chipProcessedImfile.exp_id = rawExp.exp_id 18 18 LEFT JOIN camProcessedExp 19 19 ON camRun.cam_id = camProcessedExp.cam_id
Note:
See TracChangeset
for help on using the changeset viewer.
