创建视图中存在反斜杠导致 could not match input #6987
Unanswered
13671653088
asked this question in
A - General / Q&A
Replies: 2 comments 1 reply
-
Try using escape characters? |
Beta Was this translation helpful? Give feedback.
1 reply
-
最初的问题描述存在一些问题,修改一下 解决方案: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Doris版本 0.14.12.4
想了解下,有没有什么办法处理带反斜杠的字符串
分列 select split_part("2019年7\8号", "\", 1);
替换 select regexp_replace("2019年7\8号",'\','#');
寻找位置 select find_in_set ( '\','2\019年78号')
Beta Was this translation helpful? Give feedback.
All reactions