Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

SQL Builder problem

Hi,
I don't understand why my Oracle query returns rows in SQL*Plus, but not when I execute it from the Talend SQL Builder editor.
Is this feature limited to simple queries ? (are subqueries supported for instance ?)
Thanks
Regards
Labels (2)
2 Replies
Anonymous
Not applicable

Hi
There is no limitation in TOS and it can return rows when you execute the query statement in Talend SQL Builder editor.
What's your error?
Best regards
shong
_AnonymousUser
Specialist III
Specialist III
Author

Thanx for your reply.
I found the problem, and my query works now.
I had to remove the semicolon at the end of the query (in SQLBuilder) in order to make my job works, even if this semicolon was not a problem in the query builder.
Regards