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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Karuetl
Creator II
Creator II

Multiple SQL statement in one component

How to execute multiple sql statements in one component .. Please let me know 

 

I am using Snowflake DB

Labels (3)
15 Replies
Anonymous
Not applicable

it's not working, we tried using begin .... end; too.

tomwattsusa
Contributor
Contributor

For Talend tDBRow, running multiple statements for Snowflake, I can run multiple statements by using a begin and end statment:

 

 

"

begin

create or replace table tom(first_name varchar(100));

insert into tom(first_name) values('Tommy');

end;

 

"

Rama4
Contributor
Contributor

in which version of talend multiple statements are working ?

I am not able to execute multiple statement in tsnowflake input component , I am using Talend 7.3.1

Anonymous
Not applicable

Hello,

What's error message are you getting? Could you please show us your multiple statements? Does it work well in tSnowFlakeRow component?

Best regards

Sabrina

Rama4
Contributor
Contributor

I am using tDBRow(Snowflake) component, it is working now if we use begin and end statements

Anonymous
Not applicable

Hello,

Is this solution using tDBRow(Snowflake) with begin and end statements fine with you?

Is there any specific requirement for you to use multiple statements in tSnowFlakeInput component?

Best regards

Sabrina