IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 25 and Version 26 of ZoologyInvestigations


Ignore:
Timestamp:
Aug 26, 2011, 3:55:13 PM (15 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ZoologyInvestigations

    v25 v26  
    248248|| ON_BURNTOOL || 2293 || 812 || 1481 || WHERE (flags2 & 0x10) ||
    249249
    250 == Are there any detection where FITFAIL (0x8) is set and FITTED (0x4) is not? ==
     250== Detections where FITFAIL is set and FITTED is not ==
     251
     252Are there any detection where FITFAIL (0x8) is set and FITTED (0x4) is not?
    251253{{{
    252254SELECT count(*) FROM <Table> WHERE (flags & 0x8) AND NOT (flags & 0x4);