SQL Expressions: Allow substring_index func (#103021)

This commit is contained in:
Kyle Brandt
2025-03-27 16:49:21 -04:00
committed by GitHub
parent 98a1dfbad4
commit e6480a050c
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ func allowedFunction(f *sqlparser.FuncExpr) (b bool) {
return
case "lower", "upper":
return
case "substring":
case "substring", "substring_index":
return
// Date functions