<?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 write a insert query using a tMysqlRow component? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/write-a-insert-query-using-a-tMysqlRow-component/m-p/2233904#M23443</link>
    <description>Query: insert into employee values(name,id) on duplicate key update id=id+1
&lt;BR /&gt;Job structure: 2 tmysqlInputs to a tMap , leading to a tMysqlRow component
&lt;BR /&gt;What should be the format of the sql query.</description>
    <pubDate>Sat, 16 Nov 2024 14:09:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:09:23Z</dc:date>
    <item>
      <title>write a insert query using a tMysqlRow component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/write-a-insert-query-using-a-tMysqlRow-component/m-p/2233904#M23443</link>
      <description>Query: insert into employee values(name,id) on duplicate key update id=id+1
&lt;BR /&gt;Job structure: 2 tmysqlInputs to a tMap , leading to a tMysqlRow component
&lt;BR /&gt;What should be the format of the sql query.</description>
      <pubDate>Sat, 16 Nov 2024 14:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/write-a-insert-query-using-a-tMysqlRow-component/m-p/2233904#M23443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: write a insert query using a tMysqlRow component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/write-a-insert-query-using-a-tMysqlRow-component/m-p/2233905#M23444</link>
      <description>any help here?</description>
      <pubDate>Thu, 20 Nov 2008 02:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/write-a-insert-query-using-a-tMysqlRow-component/m-p/2233905#M23444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-20T02:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: write a insert query using a tMysqlRow component?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/write-a-insert-query-using-a-tMysqlRow-component/m-p/2233906#M23445</link>
      <description>Let's say that the output from your tMap is call "out" and it has two fields/columns- one called v1 (for name column) and one called v2 (for id). The Query in your tMySQL would be:
&lt;BR /&gt;"insert into employee values("+out.v1+","+out.v2+") on duplicate key update id=id+1"</description>
      <pubDate>Fri, 21 Nov 2008 22:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/write-a-insert-query-using-a-tMysqlRow-component/m-p/2233906#M23445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-11-21T22:48:14Z</dc:date>
    </item>
  </channel>
</rss>

