blob: 3d71b27c9390f03375f9a9ebbb50ab7cf05bd331 [file] [log] [blame]
vinayakb38b7ca42012-03-05 05:44:15 +00001for $current_sig in dataset('SIGroup')
2where
3 every $old_sig in dataset('SIGroup', getCurrentDateTime() - dtduration(0, 24, 0, 0))
4 satisfies $old_sig.name != $current_sig.name
5return $current_sig