Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 183 Bytes

clickhouse.md

File metadata and controls

6 lines (6 loc) · 183 Bytes

find records between dates

select ts,topic,is_request,is_response,is_wildcard,value 
    from resolver_log 
where hostname='ns.pci-fs.com' and dateDiff('day',ts,now()) < 30