Update array_intersect

This commit is contained in:
Alessandro Pasotti 2022-03-30 19:31:12 +02:00 committed by GitHub
parent 612e8fa1fd
commit b82e83624d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
}],
"examples": [{
"expression": "array_intersect(array(1,2,3,4),array(4,0,2,5))",
"returns": "true"
"returns": "TRUE"
}],
"tags": ["array", "element", "exists", "intersection", "overlap"]
}