Kql等价函数
Kql equivalent functions
我正在尝试操作从 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()。