jonathansauret
07-10-2008, 05:18 AM
Hi everybody!
I would like to know if it exists an equivalence between MQL and SQL for the clause "IN".
For exemple, i would like to write in MQL the following SQL query :
Select * from table where column1 IN (value1, value2, ...).
What is the syntaxe for the "IN" condition in MQL?
Thank you for your answers.
Jonathan
I would like to know if it exists an equivalence between MQL and SQL for the clause "IN".
For exemple, i would like to write in MQL the following SQL query :
Select * from table where column1 IN (value1, value2, ...).
What is the syntaxe for the "IN" condition in MQL?
Thank you for your answers.
Jonathan