- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/pstamptool_pendingdependent.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/ippTools/share/pstamptool_pendingdependent.sql
r25793 r27838 1 SELECT *1 SELECT DISTINCT pstampDependent.* 2 2 FROM pstampDependent 3 WHERE state = 'new' 3 JOIN pstampJob USING(dep_id) 4 JOIN pstampRequest USING(req_id) 5 WHERE pstampDependent.state = 'new' 6 AND pstampDependent.fault = 0 7 AND pstampJob.state = 'run' 8 AND pstampRequest.state = 'run'
Note:
See TracChangeset
for help on using the changeset viewer.
