Hello My name is Oren and I'm new here,
I have a problem and i'm trying to solve it for a couple of days.
I have a table Called WORKERS and inside a column named Projects And in this column i have values like "1,5,7,12,1 5" (ID)
And i need to get all the Wrokers details that are connected to some project ID supose 12,
And then bring all the projects names that this worker was part of.
for example:
supose the project i'm searching is 12
I have a worker record:
Fname Lname Age Projects
Tony Mitz 25 1,5,7,12,15
The resault should be:
Tony Mits 25
Projects:
projectName1, projectName2 , projectName3 ,projectName4 ,projectName 5
How to Solve this??
I hope somebody will help me,
Thanks
I have a problem and i'm trying to solve it for a couple of days.
I have a table Called WORKERS and inside a column named Projects And in this column i have values like "1,5,7,12,1 5" (ID)
And i need to get all the Wrokers details that are connected to some project ID supose 12,
And then bring all the projects names that this worker was part of.
for example:
supose the project i'm searching is 12
I have a worker record:
Fname Lname Age Projects
Tony Mitz 25 1,5,7,12,15
The resault should be:
Tony Mits 25
Projects:
projectName1, projectName2 , projectName3 ,projectName4 ,projectName 5
How to Solve this??
I hope somebody will help me,
Thanks
Comment