Changes between Version 25 and Version 26 of ZoologyInvestigations
- Timestamp:
- Aug 26, 2011, 3:55:13 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZoologyInvestigations
v25 v26 248 248 || ON_BURNTOOL || 2293 || 812 || 1481 || WHERE (flags2 & 0x10) || 249 249 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 252 Are there any detection where FITFAIL (0x8) is set and FITTED (0x4) is not? 251 253 {{{ 252 254 SELECT count(*) FROM <Table> WHERE (flags & 0x8) AND NOT (flags & 0x4);
