|
自 2021 年 1 月起,经典文件类型不再可用。您可以转换经典文件或下载 PDF 文件。了解更多

Working with SQL Editor for building query

已回答
0

评论

2 条评论

  • Steve Stegelin

    Hi! The SQL Editor uses Presto syntax, which supports specific string functions (and it doesn't look like CHARINDEX is one of them).

    For your need, you may want to try

    position(substring IN string) → bigint

    which returns the position of the first instance of a substring within a string. 

    0
  • A Aishwarya Dharani

    Thank you so much! Will check on that.

    0

请先登录再写评论。