Please suggest me an SQL Query for the Below
I have Ids of Items Stored in one column like this 1,2,3,4 as Delimited or CSV value.
Now i want count no of items in one particular row in one particular cell.
i.e
If i have 25,45,26,45,46 in a cell in table.
I want the output like 5 which is nothing but the number of items in a row in a cell say (0,0).
Thank you so much for your Replies