- Timestamp:
- Apr 28, 2011, 6:41:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20110406/ippTools/share/laptool_pendingexp.sql
r31396 r31407 1 select lap_id, projection_cell, tess_id, registered, state, fault, 2 exp_id, chip_id, pair_id, private, pairwise, active, data_state, 1 select lapRun.lap_id, lapRun.seq_id, lapRun.tess_id, lapRun.projection_cell, lapRun.filter, lapRun.state, lapRun.label, 2 lapRun.dist_group, lapRun.registered, lapRun.fault, lapRun.quick_sass_id, lapRun.final_sass_id, 3 exp_id, chip_id, pair_id, private, pairwise, active, lapExp.data_state, 3 4 dateobs, object, comment 4 5 FROM lapRun JOIN lapExp USING(lap_id) 5 JOIN rawExp USING(exp_id )6 WHERE active IS TRUE AND fault = 06 JOIN rawExp USING(exp_id,filter) 7 WHERE active IS TRUE AND lapRun.fault = 0 7 8 -- lap_id restriction here. 8 9 -- This probably needs to be sorted by dateobs.
Note:
See TracChangeset
for help on using the changeset viewer.
