SQL Expressions: Add str_to_date function and unskip test (#100226)

This commit is contained in:
Kyle Brandt
2025-02-07 04:51:55 -05:00
committed by GitHub
parent 9da423045e
commit 6dc98dbbcc
2 changed files with 7 additions and 10 deletions
+3
View File
@@ -145,6 +145,9 @@ func allowedFunction(f *sqlparser.FuncExpr) (b bool) {
case "coalesce":
return
case "str_to_date":
return
default:
return false
}