Changeset 14031 for trunk/ippTools/share/camtool_find_processedexp.sql
- Timestamp:
- Jul 5, 2007, 4:08:25 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/camtool_find_processedexp.sql
r14027 r14031 1 SELECT 1 SELECT DISTINCT 2 2 camProcessedExp.*, 3 3 rawExp.exp_tag, … … 7 7 rawExp.filelevel 8 8 FROM camProcessedExp 9 JOIN chipProcessedExp 9 JOIN chipRun 10 USING(chip_id) 11 JOIN chipProcessedImfile 10 12 USING(chip_id) 11 13 JOIN rawExp 12 ON chipProcessed Exp.exp_id = rawExp.exp_id14 ON chipProcessedImfile.exp_id = rawExp.exp_id 13 15 WHERE -- bogus condition so there is a pre-existing where to append to 14 16 camProcessedExp.cam_id IS NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.
