I need some suggestions:
What is the most efficient sql code to use, I have a column with Site location Mac codes about 3000 different items, and our department supportsabout 400 of these sites. What is the best query to use and can you all help supply an example?
SELECTMAC CodesFROMmy_tableWHEREMAC Codes IN('Value1','Value2',...);
Thanks.