bonita6

Bonita MySQL Insert Statement

Hi @all,

i am connected to a mysql database and want to make an insert statement via the mysql connector. For the query i am using the query window of the mysql connector configuration. My query looks like this: INSERT INTO table (test, test2, test3, test4) VALUES ('${var}', NULL, NULL, ${var});

Notifications