...
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 |
---|
| SELECT `myAppName.myColumn` FROM app_fd_myTable; |
|
...