Changeset 12347 for trunk/ippTools/share/regtool_processedimfile.sql
- Timestamp:
- Mar 8, 2007, 3:16:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/regtool_processedimfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/regtool_processedimfile.sql
r12345 r12347 1 1 SELECT 2 2 rawImfile.*, 3 rawExp.exp_id, 4 rawExp.camera, 5 rawExp.telescope, 6 rawExp.filelevel, 7 rawExp.workdir 3 newExp.exp_id, 4 newExp.camera, 5 newExp.telescope 8 6 FROM rawImfile 9 JOIN rawExp7 JOIN newExp 10 8 USING(exp_tag) 11 9 -- bogus conditional so there is a where clause to append to
Note:
See TracChangeset
for help on using the changeset viewer.
