databend
databend copied to clipboard
Feature: optimize sqls which filter like 'a > 0 and a <=0'
Summary
some sqls like select * from xx where p_date > '20220124' and p_date <= '20220124'