4
Answers

How to seprate strings from a string in sql

I wanted to seprate IDs from string like "1,2,3,5,6". I want out put as "1","2",...

Answers (4)