Board logo

标题: clickhouse sql [打印本页]

作者: cnangel    时间: 2023-10-28 23:25     标题: clickhouse sql

  1. SELECT arrayStringConcat(arrayMap(y-> if(y ilike '%\\U%',
  2.                                          convertCharset(unhex(replaceRegexpAll(y, '\\\\U([0-9a-fA-F]{4})', '\\1')),
  3.                                                         'Unicode', 'UTF8'), y),
  4.                                   arrayFilter(x-> notEmpty(x), splitByString(',', replaceRegexpAll(
  5.                                           replaceRegexpAll('\U30b1\U30fciPhone\U30b9', '\\\\U([0-9a-fA-F]{4})',
  6.                                                            ',\\\\U\\1,'), ',,',
  7.                                           ',')))), '') AS decoded_string;
复制代码

作者: cnangel    时间: 2023-10-28 23:39

[attach]670[/attach]
作者: cnangel    时间: 2023-12-4 02:05

  1. <arrow v-click="[1,2]" x1="200" y1="300" x2="120" y2="200" color="#564" width="3" arrowSize="1" />
  2. <div v-click="[1,2]" style="position: absolute; left: 180px; top: 230px; color: #564;">Here1!</div>
复制代码





欢迎光临 星星博客 (http://bbs.huhoo.net/) Powered by Discuz! 7.0.0