Changeset 18950
- Timestamp:
- Aug 7, 2008, 5:40:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/warptool_warped.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/warptool_warped.sql
r12261 r18950 1 1 SELECT 2 warpSkyfile.* 2 warpSkyfile.*, 3 warpRun.state 3 4 FROM warpRun 4 5 JOIN warpSkyfile 5 6 USING(warp_id) 6 7 WHERE 7 warpRun.state = 'run' 8 -- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too 9 warpRun.warp_id is NOT NULL
Note:
See TracChangeset
for help on using the changeset viewer.
