<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Implementing INSERT INTO (...) SELECT ... FROM in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Implementing-INSERT-INTO-SELECT-FROM/m-p/2306680#M78196</link>
    <description>The ELT components provide this functionality. Look at the tELTMySqlMap. It is a bit different using the ELT components, I believe the Studio help provides an example.&lt;BR /&gt;&lt;BR /&gt;       Thanks!&lt;BR /&gt;               Josh</description>
    <pubDate>Fri, 15 May 2009 00:27:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-05-15T00:27:01Z</dc:date>
    <item>
      <title>Implementing INSERT INTO (...) SELECT ... FROM</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implementing-INSERT-INTO-SELECT-FROM/m-p/2306678#M78194</link>
      <description>Hi, first I am a beginner with this fantastic tool.&lt;BR /&gt;I've created a job that takes a few tasks as below:&lt;BR /&gt;STEP 1. IMPORT an Excel data INTO a MySQL table&lt;BR /&gt;STEP 2. SELECT a few fields from the MySQL table&lt;BR /&gt;STEP 3. INSERT the result of the SELECT into another MySQL table&lt;BR /&gt;Basically, this runs fine and I get what I want. However, I am not sure if this is a good way to do.&lt;BR /&gt;That is, instead of having the Step2 and Step 3 separately, which cause unnecessary traffic between the MySQL server and the TOS client, is there a way for me to do run one query something like "INSERT INTO ... SELECT"? If then, what component should I use?&lt;BR /&gt;Thanks,&lt;BR /&gt;Daniel</description>
      <pubDate>Sat, 16 Nov 2024 13:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implementing-INSERT-INTO-SELECT-FROM/m-p/2306678#M78194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing INSERT INTO (...) SELECT ... FROM</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implementing-INSERT-INTO-SELECT-FROM/m-p/2306679#M78195</link>
      <description>If I were you I'd use tMap with a second output to the second table with just the columns you want in it. Do you actually need the first table? If not you can delete any of the undesired columns from the output side of any component...&lt;BR /&gt;tInputExcel ---------&amp;gt;tMap -------------&amp;gt; Table1 and Table2&lt;BR /&gt;Also, if you are working with large tables you'll find that the mysqlbulkoutputexec is much faster...&lt;BR /&gt;Bluesin</description>
      <pubDate>Thu, 14 May 2009 23:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implementing-INSERT-INTO-SELECT-FROM/m-p/2306679#M78195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-14T23:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing INSERT INTO (...) SELECT ... FROM</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implementing-INSERT-INTO-SELECT-FROM/m-p/2306680#M78196</link>
      <description>The ELT components provide this functionality. Look at the tELTMySqlMap. It is a bit different using the ELT components, I believe the Studio help provides an example.&lt;BR /&gt;&lt;BR /&gt;       Thanks!&lt;BR /&gt;               Josh</description>
      <pubDate>Fri, 15 May 2009 00:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implementing-INSERT-INTO-SELECT-FROM/m-p/2306680#M78196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-15T00:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Implementing INSERT INTO (...) SELECT ... FROM</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Implementing-INSERT-INTO-SELECT-FROM/m-p/2306681#M78197</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;The ELT components provide this functionality. Look at the tELTMySqlMap. It is a bit different using the ELT components, I believe the Studio help provides an example.&lt;BR /&gt;&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks!&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Josh&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Dear Members,
&lt;BR /&gt;I &amp;nbsp;want to implement&amp;nbsp;
&lt;BR /&gt;Insert into table&amp;nbsp;
&lt;BR /&gt;(col1,
&lt;BR /&gt;col2
&lt;BR /&gt;...
&lt;BR /&gt;con n)
&lt;BR /&gt;Sel
&lt;BR /&gt;col1,
&lt;BR /&gt;col2,
&lt;BR /&gt;...
&lt;BR /&gt;con n
&lt;BR /&gt;&amp;nbsp;from &amp;nbsp;table_name;
&lt;BR /&gt;i want to implement above in talend&amp;nbsp;
&lt;BR /&gt;how will i achive it&amp;gt;
&lt;BR /&gt;can someone give me steps to do so&amp;nbsp;
&lt;BR /&gt;help will be appretiated.
&lt;BR /&gt;thanks,
&lt;BR /&gt;Amit</description>
      <pubDate>Sat, 30 Jan 2016 07:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Implementing-INSERT-INTO-SELECT-FROM/m-p/2306681#M78197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-30T07:44:57Z</dc:date>
    </item>
  </channel>
</rss>

