ciao, é possibile tramite sql vedere se un id che é presente in una tabella esiste dentro a uno string che é presente in un'altra tabella?

esempio:

id = 100
string = "198;200;100;25"

Il fatto é che mi serve l'ID del record la cui stringa contenga il numero (id=100) cercato.

non credo sia possibile.. ma chiedere non costa nulla...

ciao