Changeset 20031 for trunk/Mars/hawc/processing/summary-callisto.sql
- Timestamp:
- 01/07/21 14:38:53 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/processing/summary-callisto.sql
r20026 r20031 1 1 #!/usr/bin/env -S rootifysql 2 2 SELECT 3 Telescope, 3 4 NIGHT, 5 RUNID, 4 6 (TSTARTI+TSTARTF) AS ObsStart, 5 7 RUNTYPE, … … 11 13 `Callisto` Callisto 12 14 LEFT JOIN 13 RawData USING( NIGHT, RUNID)15 RawData USING(Telescope, NIGHT, RUNID) 14 16 LEFT JOIN 15 AuxData USING( NIGHT, RUNID)17 AuxData USING(Telescope, NIGHT, RUNID) 16 18 ORDER BY 17 NIGHT, RUNID19 Telesscope, NIGHT, RUNID
Note:
See TracChangeset
for help on using the changeset viewer.