IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 10 and Version 11 of AddStarMD_PV2


Ignore:
Timestamp:
Jun 6, 2014, 3:24:40 PM (12 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddStarMD_PV2

    v10 v11  
    9191}}}
    9292
     93 * slower query, to be used to find out if all the minis are done and with no faults:
    9394
     95{{{
     96 select minidvodbRun.minidvodb_name, minidvodbRun.state, minidvodbProcessed.fault,count(*) from minidvodbRun left join minidvodbProcessed using (minidvodb_id) left join addRun using (minidvodb_name)  where minidvodbRun.minidvodb_name like 'MD__.PV2.201406%' group by minidvodb_name;
     97}}}
    9498=== how to addstar part 2 (merge) ===
    9599