**[Mustapha CHARBOUB](https://jira.spring.io/secure/ViewProfile.jspa?name=mcharboub)** opened **[DATAJDBC-394](https://jira.spring.io/browse/DATAJDBC-394?redirect=false)** and commented Hello, The query generated in the findAll() on the case of the left outer join contain AS TABLE_NAME like this : ```java LEFT OUTER JOIN T1 AS TYPE ``` and AS is not supported in Oracle . I think the problem in the method joinTable in SelectBuilder : ```java String.format("%s JOIN %s AS %s", j.outerJoinModifier(), j.table, j.as) ``` I don't know if I remove the AS will not impact the other implementations. --- **Affects:** 1.0.9 (Lovelace SR9) **Referenced from:** pull request https://github.com/spring-projects/spring-data-jdbc/pull/162, and commits https://github.com/spring-projects/spring-data-jdbc/commit/14d79025b541f1b378a4e2a2b201ec3deb264474, https://github.com/spring-projects/spring-data-jdbc/commit/4413a8938b786e4bf0bbc01cbe1d465c5589ad98, https://github.com/spring-projects/spring-data-jdbc/commit/a50e59f447efe27bcd0895b9c3ed0779137085c5