|
自 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

登入寫評論。