System.Data.Odbc.OdbcException: ERROR [42000] [MySQL][ODBC 8.0(a) Driver][mysqld-5.7.36]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘DEFAULT VALUES’ at line 1 at UiPath.Database.Activities.InsertDataTable.HandleException(Exception ex, Boolean continueOnError)
Getting this error while inserting data into the database from UI Path.
The database connection is working, getting issue only during insert.
Appreciate you help in advance.