Hi folks,
the following SQL-query doesn't work for me (ignore the odd variable names):
Table dummy = Table.query("SELECT SUM(Average*Count) FROM Input_data WHERE Variable = $1 AND Hello_world NOT IN ('Iphone', 'I like cats')", parameter_1);
However, when I remove the NOT operator, the query works fine. I believe the syntax is correct according to FlexSim documentation, so what's going on??
And FYI, I do not use any special characters for my original variable names, only what you'll find in the english alphabet.