Hello all
I have a table with two fields
id and number
each id can have many numbers.
something like that
1 - 45
1 - 77
1 - 675
2 - 24
2 - 455
3 - 556
3 - 566
3 - 6655
I have a couple of numbers and i want to check if that numbers are in the
number fields for a single id
Has anyone an idea on that (without consuming too much memory)?