Possible Duplicate:
Split column to multiple rows
i have table contains the following data:-
Name
---------
mouse,keyboard,screen
harddisk,cable
processor
I need to create query to retrieve the data from this table to be as follow:-
Name
--------
mouse
keyboard
screen
harddisk
cable
processor