Skip to content

Remove the description that the parameter does not support variables #2300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
---

<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand Down Expand Up @@ -39,8 +39,6 @@ SUBSTRING_INDEX(<content>, <delimiter>, <field>)
| `<delimiter>` | The delimiter string, case-sensitive and multi-byte safe. Type: VARCHAR |
| `<field>` | Number of delimiter occurrences. Positive numbers count from left, negative numbers count from right. Type: INT |

Note: The delimiter and field parameters must be constants, variables are not supported.

## Return Value

Returns VARCHAR type, representing the extracted substring.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
---

<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand Down Expand Up @@ -39,8 +39,6 @@ SUBSTRING_INDEX(<content>, <delimiter>, <field>)
| `<delimiter>` | 分隔符,大小写敏感且多字节安全。类型:VARCHAR |
| `<field>` | 分隔符出现的次数。正数从左计数,负数从右计数。类型:INT |

注意:delimiter 和 field 参数需要是常量,不支持变量。

## 返回值

返回 VARCHAR 类型,表示截取后的子字符串。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
---

<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand Down Expand Up @@ -39,8 +39,6 @@ SUBSTRING_INDEX(<content>, <delimiter>, <field>)
| `<delimiter>` | 分隔符,大小写敏感且多字节安全。类型:VARCHAR |
| `<field>` | 分隔符出现的次数。正数从左计数,负数从右计数。类型:INT |

注意:delimiter 和 field 参数需要是常量,不支持变量。

## 返回值

返回 VARCHAR 类型,表示截取后的子字符串。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
---

<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand Down Expand Up @@ -39,8 +39,6 @@ SUBSTRING_INDEX(<content>, <delimiter>, <field>)
| `<delimiter>` | 分隔符,大小写敏感且多字节安全。类型:VARCHAR |
| `<field>` | 分隔符出现的次数。正数从左计数,负数从右计数。类型:INT |

注意:delimiter 和 field 参数需要是常量,不支持变量。

## 返回值

返回 VARCHAR 类型,表示截取后的子字符串。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
---

<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand Down Expand Up @@ -39,8 +39,6 @@ SUBSTRING_INDEX(<content>, <delimiter>, <field>)
| `<delimiter>` | The delimiter string, case-sensitive and multi-byte safe. Type: VARCHAR |
| `<field>` | Number of delimiter occurrences. Positive numbers count from left, negative numbers count from right. Type: INT |

Note: The delimiter and field parameters must be constants, variables are not supported.

## Return Value

Returns VARCHAR type, representing the extracted substring.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}
---

<!--
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
Expand Down Expand Up @@ -39,8 +39,6 @@ SUBSTRING_INDEX(<content>, <delimiter>, <field>)
| `<delimiter>` | The delimiter string, case-sensitive and multi-byte safe. Type: VARCHAR |
| `<field>` | Number of delimiter occurrences. Positive numbers count from left, negative numbers count from right. Type: INT |

Note: The delimiter and field parameters must be constants, variables are not supported.

## Return Value

Returns VARCHAR type, representing the extracted substring.
Expand Down