Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
PlassQUEVREUX
Contributor
Contributor

toracleOuput in schema with quoted identifiers

Hi,

i want to insert data in oracle ( Oracle 18 ) but the code generated by talend no contains double quote

SELECT COUNT(1) FROM LOLA2.SetCurrencyDetail

instead of

SELECT COUNT(1) FROM "LOLA2"."SetCurrencyDetail"

Anybody have find a solution ?

Thanks

Labels (3)
1 Reply
gjeremy1617088143
Creator III
Creator III

Hi have you write your query like this : "SELECT COUNT(1) FROM LOLA2.SetCurrencyDetail"

it have to be a string.

Send me Love and Kudos