Skip to content
Advertisement

Need to match a field with another that has commas on it’ s value

I would like to match the field values of “FORMULATION” from TABLE 1 to “C_TEST_ARTICLE” from table 2, that has mutiple of these formulation sepparated by commas.

Table 1:

TABLE 2

What I want form all of this, is that the each of these “C_TEST_ARTICLES” has a “C_REPORT_NUMBER”, so I would like to get all those “SAMPLE_NUMBERS” from table 1, so in that way, I would have the samples related to the report number.

Advertisement

Answer

you could try using LIKE

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement