Commit 468d29f8 authored by Rucha Deodhar's avatar Rucha Deodhar

remove the accidentally pushed temp.test file

parent b697e25a
CREATE TABLE t1 ( c1 longtext , c2 longtext );
INSERT INTO t1 VALUES('[1,2,3]', '[2, 3, 4]'), ('[1,2,3]', '[2, 3, 4]');
SELECT JSON_ARRAY_INTERSECT(c1, c2) FROM t1;
DROP TABLE t1;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment