Changeset 14023 for trunk/ippTools/share/camtool_find_processedexp.sql
- Timestamp:
- Jul 5, 2007, 3:16:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/camtool_find_processedexp.sql
r12736 r14023 1 1 SELECT 2 2 camProcessedExp.*, 3 rawExp.exp_ id,3 rawExp.exp_name, 4 4 rawExp.camera, 5 5 rawExp.telescope, … … 9 9 USING(chip_id) 10 10 JOIN rawExp 11 ON chipProcessedExp.exp_ tag = rawExp.exp_tag11 ON chipProcessedExp.exp_id = rawExp.exp_id 12 12 WHERE -- bogus condition so there is a pre-existing where to append to 13 13 camProcessedExp.cam_id IS NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.
