Skip to content
Snippets Groups Projects
Commit 9eeb3139 authored by enured's avatar enured
Browse files

F17462: Bug fix new sql function find_match_in_lists refs #17462

parent c96e7b3e
No related branches found
No related tags found
2 merge requests!691New version v24.3.0,!667F17540: FE Chat v1.2
Pipeline #11770 passed
......@@ -426,7 +426,7 @@ END;
# find_match_in_lists(list1, list2)
#
DROP FUNCTION IF EXISTS find_match_in_lists;
CREATE FUNCTION `find_match_in_lists`(list VARCHAR(255), list2 VARCHAR(255))
CREATE FUNCTION `find_match_in_lists`(list1 VARCHAR(255), list2 VARCHAR(255))
RETURNS int(11)
DETERMINISTIC
SQL SECURITY INVOKER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment