问题描述
我正在尝试操作从 Application Insights 日志记录返回的字段的内容,并且想知道 Oracle substr
和 instr
函数是否有 KQL 等效项?
解决方法
KQL 中 Oracle substr 函数的等价物是 substring()。
KQL 中 Oracle instr 函数的等价物是 indexof()。
我正在尝试操作从 Application Insights 日志记录返回的字段的内容,并且想知道 Oracle substr
和 instr
函数是否有 KQL 等效项?
KQL 中 Oracle substr 函数的等价物是 substring()。
KQL 中 Oracle instr 函数的等价物是 indexof()。