Changeset 27168 for trunk/ippTools/share/regtool_pendingcompressimfile.sql
- Timestamp:
- Mar 3, 2010, 3:23:12 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/regtool_pendingcompressimfile.sql
r27163 r27168 1 1 SELECT rawImfile.*,rawExp.workdir,rawExp.exp_tag from rawImfile 2 2 JOIN rawExp USING(exp_id) 3 WHERE (data_state = 'goto_compressed' OR data_state = 'goto_lossy') 3 WHERE ((data_state = 'goto_compressed' AND state = 'goto_compressed') 4 OR (data_state = 'goto_lossy' AND state = 'goto_lossy')) 4 5 -- where hook %s 5 6 -- limit hook %s
Note:
See TracChangeset
for help on using the changeset viewer.
