- Timestamp:
- Aug 6, 2008, 10:24:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080719/ippTools/share/camtool_pendingcleanupexp.sql
r18645 r18942 1 1 SELECT 2 c hipProcessedImfile.*,3 c hipRun.state,4 c hipRun.workdir,5 c hipRun.label,6 c hipRun.reduction,7 c hipRun.expgroup,8 c hipRun.dvodb,9 c hipRun.tess_id,10 c hipRun.end_stage11 FROM c hipRun12 JOIN c hipProcessedImfile13 USING(c hip_id)2 camProcessedExp.*, 3 camRun.state, 4 camRun.workdir, 5 camRun.label, 6 camRun.reduction, 7 camRun.expgroup, 8 camRun.dvodb, 9 camRun.tess_id, 10 camRun.end_stage 11 FROM camRun 12 JOIN camProcessedExp 13 USING(cam_id) 14 14 WHERE 15 c hipRun.state = 'goto_cleaned'15 camRun.state = 'goto_cleaned'
Note:
See TracChangeset
for help on using the changeset viewer.
