Hello Knime developers,
just wanted to report that the "Database Writer" node on knime fails to correctly write the SQL query when one of the columns is named "group". I already resolved by giving the column another name, but I think this is an internal bug of the node: it writes the query this way: INSERT INTO ('group) VALUES ('value'). The column name closing quote is missing, resulting in a SQL syntax error!
Best!
Andrea