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