Hi...
I'm really interested in how you would solve a challenge I have...
I must search in a mysql database in a table for all records that contains a number between ie 100 and 2000.
With that result I have to check if 50 of those numbers exists in the result or not. I could always run a query for every number but I would image there's a smarter and faster way of doing it....? Are there any ways of searching for a result within a result?
i2007
I'm really interested in how you would solve a challenge I have...
I must search in a mysql database in a table for all records that contains a number between ie 100 and 2000.
With that result I have to check if 50 of those numbers exists in the result or not. I could always run a query for every number but I would image there's a smarter and faster way of doing it....? Are there any ways of searching for a result within a result?
i2007