- Timestamp:
- May 5, 2011, 10:05:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/ippTools/share/stacktool_sassskyfile.sql
r28375 r31439 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.
