ClioSport.net

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

SQL to MySQL query translation

Car  Cupra
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!
 
Back
Top