The data contains over 360K
numbers so make sure the query is optimised.
DATABASE
TABLE consist of data
+---------+
| Styles |
+---------+
| 1
| 2
| 3
| 4
| 7
| 8
| 9
| 10
+---------+
Numbers i HAVE
+--------+
|Numbers |
+--------+
| 4
| 5
| 6
| 9
+--------+
Numbers NOT IN Styles are suppose 5,6
how do I get them.
Thanks