- Timestamp:
- May 12, 2009, 4:07:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_magic/ippTools/share/magictool_toprocess_tree.sql
r23971 r24149 1 1 SELECT 2 2 magicTree.*, 3 exp_id,4 camera,5 3 magicRun.workdir, 4 rawExp.exp_id, 5 rawExp.camera, 6 6 -- convert magic_id into a boolean value (1 or 0) 7 7 -- note that the type stays a 64 bit int 8 magicNodeResult.magic_id IS TRUE as done, 9 magicNodeResult.fault IS TRUE as bad, 10 'notused' as template_uri 8 magicNodeResult.magic_id IS TRUE AS done, 9 magicNodeResult.fault IS TRUE AS bad, 11 10 FROM magicTree 12 11 JOIN magicRun USING(magic_id) … … 17 16 WHERE 18 17 magicRun.state = 'new' 19 -- wherehook %s18 -- WHERE hook %s 20 19 ORDER BY 21 20 magicRun.magic_id
Note:
See TracChangeset
for help on using the changeset viewer.
