ClickHouse/tests/queries/1_stateful/00160_decode_xml_component.sql
2021-01-15 00:33:54 +03:00

2 lines
108 B
SQL

SELECT sum(DISTINCT sipHash64(decodeXMLComponent(Title) AS decoded)) FROM test.hits WHERE Title != decoded;