A Andy. Car Cupra Jun 7, 2013 #1 I can muddle my way through SQL queries, but now I have to use MySQL. Can anybody tell me what I should be using for the IN clause in the below SQL query to make it work in MySQL? Code: Select * FROM xxx WHERE MACHINE.NAME IN 'xxx0001','xxx0002','xxx0100') Cheers!
I can muddle my way through SQL queries, but now I have to use MySQL. Can anybody tell me what I should be using for the IN clause in the below SQL query to make it work in MySQL? Code: Select * FROM xxx WHERE MACHINE.NAME IN 'xxx0001','xxx0002','xxx0100') Cheers!
A Andy. Car Cupra Jun 7, 2013 #3 LOL! It was only a rough draft. The key part is how to run the equivalent of IN in MySQL...