Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Figure 3: Configure Store JDBC Binder

Note


English

If a column name contains reserved keywords, do ensure it is encapsulated properly.

For example for MySQL, if the column identifier itself contains a dot symbol ( . ), it should be encapsulated like this:


Code Block
languagesql
SELECT `myAppName.myColumn` FROM app_fd_myTable;

...