Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
create table test ( test_column varchar(500) ); insert into test (test_column) values ('test1:false:String,test2:false:String,test3:false:String,test4:false:String,test5:false:String,test1:false:String,test2:false:String,test3:false:String,test4:false:String,test5:false:String,') ; select test_column from test; select j.name from test t join json_table( replace(json_array(test_column), ',', '","'), '$[*]' columns (name varchar(50) path '$') ) j ;

Stuck with a problem? Got Error? Ask AI support!

Copy Clear