- Timestamp:
- Jun 15, 2011, 5:25:23 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110505
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTools/share/addtool_find_sky_id.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20110505/ippTools/share/addtool_find_sky_id.sql
r31375 r31628 3 3 FROM 4 4 staticskyResult 5 join static SkyRun using (sky_id)6 join static SkyInput using (stack_id)5 join staticskyRun using (sky_id) 6 join staticskyInput using(sky_id) 7 7 JOIN stackRun USING(stack_id) 8 8 … … 13 13 ) as foo 14 14 ON sky_id = added_sky_id 15 AND stage = 's ky'15 AND stage = 'staticsky' 16 16 -- hook for qualifying the join on the previous_dvodb 17 17 AND %s
Note:
See TracChangeset
for help on using the changeset viewer.
