SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table tbl (id int, home json); insert into tbl values (1, '{ "list":["1", "2", "3"] }'); select * from tbl where json_contains(home, '1', '$.list');

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear