Changeset 24438 for branches/pap_mops/ippTools/share/pubtool_pending.sql
- Timestamp:
- Jun 16, 2009, 2:24:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ippTools/share/pubtool_pending.sql
r24428 r24438 1 1 SELECT 2 2 publishToDo.* 3 FROM ( (3 FROM ( 4 4 SELECT 5 5 publishRun.pub_id, … … 16 16 AND publishRun.state = 'new' 17 17 AND diffRun.state = 'full' 18 ) AS publishDiffs UNION (18 UNION 19 19 SELECT 20 20 publishRun.pub_id, … … 30 30 AND publishRun.state ='new' 31 31 AND camRun.state = 'full' 32 ) AS publishCams33 32 ) AS publishToDo 34 33 LEFT JOIN publishDone USING(pub_id)
Note:
See TracChangeset
for help on using the changeset viewer.
