SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table tbl (id int, home json, away json, status int); insert into tbl values (1, '["1","2"]', 3), select * from tbl where status = 3 and not json_contains(home, '1', '$.');
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear