SELECT * FROM OutlierFilter ( ON (SELECT 1) PARTITION BY 1 InputTable ('ville_pressuredata') OutputTable ('of_output1') TargetColumn ('pressure_mbar') Method ('percentile') PercentileThreshold ('1','90') RemoveTail ('both') ReplacementValue ('null') GroupByColumns ('city') );