- Timestamp:
- Jun 25, 2007, 10:47:22 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/backtrack/ippTools/share/regtool_pendingexp.sql
r12086 r13969 2 2 newExp.* 3 3 FROM newExp 4 LEFTJOIN newImfile4 JOIN newImfile 5 5 USING(exp_tag) 6 6 LEFT JOIN rawExp 7 7 USING(exp_tag) 8 8 WHERE 9 new Imfile.exp_tag IS NULL9 newExp.state = 'run' 10 10 AND rawExp.exp_tag IS NULL 11 11 AND newExp.imfiles =
Note:
See TracChangeset
for help on using the changeset viewer.
