クラシックファイルタイプは、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

サインインしてコメントを残してください。