SQL Expressions: Allow substring_index func (#103021)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user