<?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 Postgres - No results were returned by the query in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Postgres-No-results-were-returned-by-the-query/m-p/2196942#M887</link>
    <description>I haven't done much with Talend and &lt;B&gt;Postgresql &lt;/B&gt;in the past, so I need some help.&lt;BR /&gt;My job:&lt;BR /&gt;tPostgresqlConnection &amp;gt; tPostgresqlInput1 &amp;gt; tFileInputDelimited &amp;gt; tmap &amp;gt; tPostgresqlOutput&lt;BR /&gt;I am trying to:&lt;BR /&gt;1. DELETE ALL ROWS IN THE TABLE TO BE LOADED&lt;BR /&gt;2. INSERT ALL RECORDS FROM A FILE&lt;BR /&gt;&lt;B&gt;ERROR:&lt;/B&gt;&lt;BR /&gt;Exception in component tPostgresqlInput&lt;BR /&gt;org.postgresql.util.PSQLException: &lt;B&gt;No results were returned by the query.&lt;/B&gt;&lt;BR /&gt;My SQL works fine out side of Talend to delete the data in the table. &lt;BR /&gt;&lt;I&gt;DELETE FROM &lt;/I&gt;&lt;I&gt;myTable&lt;/I&gt;</description>
    <pubDate>Thu, 24 Dec 2015 19:58:16 GMT</pubDate>
    <dc:creator>talendtester</dc:creator>
    <dc:date>2015-12-24T19:58:16Z</dc:date>
    <item>
      <title>Postgres - No results were returned by the query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Postgres-No-results-were-returned-by-the-query/m-p/2196942#M887</link>
      <description>I haven't done much with Talend and &lt;B&gt;Postgresql &lt;/B&gt;in the past, so I need some help.&lt;BR /&gt;My job:&lt;BR /&gt;tPostgresqlConnection &amp;gt; tPostgresqlInput1 &amp;gt; tFileInputDelimited &amp;gt; tmap &amp;gt; tPostgresqlOutput&lt;BR /&gt;I am trying to:&lt;BR /&gt;1. DELETE ALL ROWS IN THE TABLE TO BE LOADED&lt;BR /&gt;2. INSERT ALL RECORDS FROM A FILE&lt;BR /&gt;&lt;B&gt;ERROR:&lt;/B&gt;&lt;BR /&gt;Exception in component tPostgresqlInput&lt;BR /&gt;org.postgresql.util.PSQLException: &lt;B&gt;No results were returned by the query.&lt;/B&gt;&lt;BR /&gt;My SQL works fine out side of Talend to delete the data in the table. &lt;BR /&gt;&lt;I&gt;DELETE FROM &lt;/I&gt;&lt;I&gt;myTable&lt;/I&gt;</description>
      <pubDate>Thu, 24 Dec 2015 19:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Postgres-No-results-were-returned-by-the-query/m-p/2196942#M887</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2015-12-24T19:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres - No results were returned by the query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Postgres-No-results-were-returned-by-the-query/m-p/2196943#M888</link>
      <description>Hi&lt;BR /&gt;To execute a delete statement, you should use tpostgresqlRow component, tPostgresqlInput is used to select data from table.&amp;nbsp;</description>
      <pubDate>Fri, 25 Dec 2015 15:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Postgres-No-results-were-returned-by-the-query/m-p/2196943#M888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-25T15:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres - No results were returned by the query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Postgres-No-results-were-returned-by-the-query/m-p/2196944#M889</link>
      <description>OK, no to delete records I suggest tPostgresqlOutput with table action Delete.&lt;BR /&gt;The key for delete the records are the schema column marked as key. No other columns are necessary.&lt;BR /&gt;Because you cannot select the records and delete them at the same time I suggest you select the records to delete and export them in a file and after that you read the file and delete them.&lt;BR /&gt;tPostgresqlInput -&amp;gt; tFileOutputDelimited&lt;BR /&gt;tFileInputDelimited -&amp;gt; tMap -&amp;gt; tPostgresqlOutput</description>
      <pubDate>Sun, 27 Dec 2015 18:08:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Postgres-No-results-were-returned-by-the-query/m-p/2196944#M889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-27T18:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres - No results were returned by the query</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Postgres-No-results-were-returned-by-the-query/m-p/2196945#M890</link>
      <description>Can I please get a screenshot of how you have your tPostgresqlOutput setup?&lt;BR /&gt;I am unable to get my tPostgresqlOutput to delete when I try table action &lt;B&gt;Default &amp;amp; Delete&lt;/B&gt;, &lt;B&gt;Truncate Table &amp;amp; Delete&lt;/B&gt;, &lt;B&gt;Clear Table &amp;amp; Delete&lt;/B&gt;&lt;BR /&gt;The tpostgresqlRow successfully does the delete.</description>
      <pubDate>Mon, 28 Dec 2015 16:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Postgres-No-results-were-returned-by-the-query/m-p/2196945#M890</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2015-12-28T16:01:49Z</dc:date>
    </item>
  </channel>
</rss>

