ClickHouse/tests/queries/1_stateful/00160_decode_xml_component.sql

2 lines
108 B
MySQL
Raw Normal View History

2021-01-14 21:33:54 +00:00
SELECT sum(DISTINCT sipHash64(decodeXMLComponent(Title) AS decoded)) FROM test.hits WHERE Title != decoded;