<?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: SQL query for empty string data type in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/960691#M11136</link>
    <description>&lt;P&gt;I did try this but didn't work out.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2022 01:12:11 GMT</pubDate>
    <dc:creator>tectonics25</dc:creator>
    <dc:date>2022-06-29T01:12:11Z</dc:date>
    <item>
      <title>SQL query for empty string data type</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/960668#M11134</link>
      <description>&lt;P&gt;Hi, I am trying to use a SQL query in Input tool, to get a portion of data from a server, and I need to ask for "not empty" values. the column is string, so when I use "is not null" it doesn't work. can someone help me what should I use instead to get not empty values? here is my SQL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT RPPO, RPPDCT, RPOBJ, RPSUB, RPVINV, RPDIVJ, RPLNID, RPPYIN, RPSBL, RPSBLT, RPDOC&lt;BR /&gt;FROM JDESTAGE.F0411_LT&lt;BR /&gt;where RPDIVJ&amp;gt;=122001&lt;BR /&gt;and RPPO is not NULL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 23:14:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/960668#M11134</guid>
      <dc:creator>tectonics25</dc:creator>
      <dc:date>2022-06-28T23:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query for empty string data type</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/960671#M11135</link>
      <description>&lt;P&gt;How do you get on if you replace the bottom line with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;AND RPPO != ''&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 23:31:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/960671#M11135</guid>
      <dc:creator>DataNath</dc:creator>
      <dc:date>2022-06-28T23:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query for empty string data type</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/960691#M11136</link>
      <description>&lt;P&gt;I did try this but didn't work out.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 01:12:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/960691#M11136</guid>
      <dc:creator>tectonics25</dc:creator>
      <dc:date>2022-06-29T01:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query for empty string data type</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/960764#M11137</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/233660"&gt;@tectonics25&lt;/a&gt;&amp;nbsp;are you getting an error message? Or it’s just leaving empty values in? Can you check what they actually are like are your empties 5 x white space for example? More info would be great cheers.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 07:19:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/960764#M11137</guid>
      <dc:creator>DataNath</dc:creator>
      <dc:date>2022-06-29T07:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query for empty string data type</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/961170#M11143</link>
      <description>&lt;P&gt;Actually that worked! I forgot to put space between the quotation marks. Thank you so much for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 17:33:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/961170#M11143</guid>
      <dc:creator>tectonics25</dc:creator>
      <dc:date>2022-06-29T17:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query for empty string data type</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/961173#M11144</link>
      <description>&lt;P&gt;No problem&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/233660"&gt;@tectonics25&lt;/a&gt;! If this sorted the issue, feel free to mark the solution so others with the same problem can easily find it in future! :)&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 17:47:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/SQL-query-for-empty-string-data-type/m-p/961173#M11144</guid>
      <dc:creator>DataNath</dc:creator>
      <dc:date>2022-06-29T17:47:55Z</dc:date>
    </item>
  </channel>
</rss>

