我在mysql中有一个表 现在在我的场景中,我有一个公司,其中包含id 我首先尝试从方法论表中逐一获取所有值,并在公司的匹配值之后。 p>
任何人都可以帮助我吗? p>
div> methods code>,其中一列包含
1之类的值 多行中的,2,3,4,5,6 code>或
3,4,6 code>或
25,4,7,8 code>。 p>
6 code>,我希望将此值与方法表值匹配。 但我不知道我该怎么做。 p>
I have a table methodology
in mysql where a column contain values like 1,2,3,4,5,6
or 3,4,6
or 25,4,7,8
in multiple row.
Now in my scenario i have a company which contain id 6
and i want to Match this value with methodology table value. But i don't have any idea how i can do it.
I am trying that first it get all values from methodology table one by one and after that match value of company.
can anyone please help me??