...
Info |
---|
Note: It is recommended that column names do not contain spaces (ex. First Name). If column names have spaces, db.merge will not be able to be used and instead will have to write and execute SQL statements from the Translator. If you want to use merge with spaces in column names you can use the custom merge module (you need to modify the code to use the correct column name delimiters for the DB that you are using) https://help.interfaceware.com/v6/customize-custom_merge-lua-for-table-and-field-names-with-spaces |
...