I have a table like this
CREATE TABLE Employee
(
[EmployeeId] int,
[EmployeeName] varchar(100),
[ClassId] nvarchar(MAX)
);
with sample data like this:
EmployeeId EmployeeName ClassId
-----------------------------------
1 xyz 3,4,7
2 abc 7,5,3
I want to get individual data from ClassId