I have heaps of row in my SQL DB
ID 1 - 14,88,11,2,114
ID 2 - 99,1,8,14
ID 3 - 999,14,16,2
I want to write a code which runs through everline line and exlodes it finds a set number ie: 2 and echo's the row nubmer in this case Row 1 and Row 3
How can this be done?