- Timestamp:
- Mar 1, 2007, 4:57:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/chiptool_completely_processed_exp.sql
r12096 r12174 12 12 ON chipPendingExp.exp_tag = rawExp.exp_tag 13 13 LEFT JOIN chipProcessedExp 14 ON chipPendingExp. exp_tag = chipProcessedExp.exp_tag14 ON chipPendingExp.chip_id = chipProcessedExp.chip_id 15 15 LEFT JOIN chipPendingImfile 16 ON chipPendingExp. exp_tag = chipPendingImfile.exp_tag16 ON chipPendingExp.chip_id = chipPendingImfile.chip_id 17 17 LEFT JOIN chipProcessedImfile 18 ON chipPendingExp. exp_tag = chipProcessedImfile.exp_tag18 ON chipPendingExp.chip_id = chipProcessedImfile.chip_id 19 19 WHERE 20 chipProcessedExp. exp_tagIS NULL21 AND chipPendingImfile. exp_tagIS NULL22 AND chipProcessedImfile. exp_tagIS NOT NULL20 chipProcessedExp.chip_id IS NULL 21 AND chipPendingImfile.chip_id IS NULL 22 AND chipProcessedImfile.chip_id IS NOT NULL 23 23 GROUP BY 24 chipPendingExp. exp_tag24 chipPendingExp.chip_id 25 25 HAVING rawExp.imfiles = COUNT(chipProcessedImfile.class_id)
Note:
See TracChangeset
for help on using the changeset viewer.
