Changeset 33385 for trunk/ippTools/src/staticskytool.c
- Timestamp:
- Feb 29, 2012, 7:44:16 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/staticskytool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/staticskytool.c
r33384 r33385 638 638 PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE"); 639 639 PXOPT_COPY_S16(config->args, where, "-fault", "staticskyResult.fault", "=="); 640 PXOPT_LOOKUP_S32(num_filters, config->args, "-num_filters", false, false); 640 641 641 642 PXOPT_LOOKUP_BOOL(all, config->args, "-all", false); … … 662 663 663 664 psStringAppend(&query, "\nGROUP BY sky_id"); 665 if (num_filters) { 666 psStringAppend(&query, "\nHAVING COUNT(filter) >= %d", num_filters); 667 } 668 664 669 665 670 // treat limit == 0 as "no limit"
Note:
See TracChangeset
for help on using the changeset viewer.
