SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
create table t ( s varchar(64) ) insert into t values ('1,2,3'),('2,3,5'); select distinct(value) from t cross apply string_split(s, ',') v ;
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear