Changeset 31435 for trunk/ippTools/share/stacktool_sassskyfile.sql
- Timestamp:
- May 4, 2011, 3:59:42 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/share/stacktool_sassskyfile.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/stacktool_sassskyfile.sql
r28375 r31435 18 18 where stack_id = stackRun.stack_id limit 1 19 19 ) as camera 20 FROM stack Run21 JOIN stack SumSkyfile USING(stack_id)22 JOIN stack AssociationMapUSING(stack_id)23 JOIN stackAssociation USING(sass_id)20 FROM stackAssociation 21 JOIN stackAssociationMap USING(sass_id) 22 JOIN stackRun USING(stack_id) 23 LEFT JOIN stackSumSkyfile USING(stack_id)
Note:
See TracChangeset
for help on using the changeset viewer.
