Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-spoelders committed Mar 28, 2024
1 parent be2eae4 commit ce5e167
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/dialects/exasol.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ Pushdown query with `GENERATE_JDBC_DATATYPE_MAPPING_FOR_EXA = 'true'`:
```sql
IMPORT INTO (c1 DECIMAL(36,1), c2 .... ) FROM EXA AT "EXA_CONNECTION" STATEMENT '...'
```
##### Data type mismatch

In case you run into a `Data type mismatch` issue when using EXA import turning this property on will usually also solve the issue by providing type hints.

### Using `IMPORT FROM JDBC`

Expand Down

0 comments on commit ce5e167

Please sign in to comment.