<?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: Does &amp;quot;WHERE&amp;quot; SQL clause have the same row limitation as &amp;quot;INNER JOIN&amp;quot;? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Does-quot-WHERE-quot-SQL-clause-have-the-same-row-limitation-as/m-p/656707#M226824</link>
    <description>&lt;P&gt;That documentation doesn't apply in this case.&amp;nbsp; It refers to the &lt;FONT face="courier new,courier"&gt;join&lt;/FONT&gt; command, which is not being used in the sample query.&amp;nbsp; The query uses the SQL JOIN operator, which is not the same as the SPL &lt;FONT face="courier new,courier"&gt;join&lt;/FONT&gt; command.&lt;/P&gt;&lt;P&gt;As I mentioned in my earlier response, everything in the &lt;FONT face="courier new,courier"&gt;dbxquery&lt;/FONT&gt; command is processed by the remote database, not by Splunk.&amp;nbsp; Splunk only sees the results of the query.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2023 18:12:26 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2023-09-05T18:12:26Z</dc:date>
    <item>
      <title>Does "WHERE" SQL clause have the same row limitation as "INNER JOIN"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-quot-WHERE-quot-SQL-clause-have-the-same-row-limitation-as/m-p/656691#M226821</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;Does "WHERE" SQL clause have the same row limitation as "INNER JOIN"?&lt;BR /&gt;Does "WHERE" and "INNER JOIN" have the same function and result?&lt;BR /&gt;Thank you for your help&lt;BR /&gt;&lt;BR /&gt;For example:&lt;/P&gt;&lt;P&gt;| dbxquery connection=DBtest&lt;BR /&gt;query="SELECT a.name, b.department&lt;BR /&gt;FROM tableEmployee a&lt;BR /&gt;INNER JOIN tableCompany b&lt;BR /&gt;ON a.id = b.emp_id&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;| dbxquery connection=DBtest&lt;BR /&gt;query="SELECT a.name, b.department&lt;BR /&gt;FROM tableEmployee a, tableCompany b&lt;BR /&gt;WHERE a.id = b.emp_id&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 15:10:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-quot-WHERE-quot-SQL-clause-have-the-same-row-limitation-as/m-p/656691#M226821</guid>
      <dc:creator>LearningGuy</dc:creator>
      <dc:date>2023-09-05T15:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does "WHERE" SQL clause have the same row limitation as "INNER JOIN"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-quot-WHERE-quot-SQL-clause-have-the-same-row-limitation-as/m-p/656705#M226822</link>
      <description>&lt;P&gt;AFAIK, the dbxquery command doesn't care what the query does.&amp;nbsp; It's up to the DB itself to interpret the SQL and decide how many rows to return.&amp;nbsp; Splunk's limit will be the same either way.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 17:18:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-quot-WHERE-quot-SQL-clause-have-the-same-row-limitation-as/m-p/656705#M226822</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-05T17:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Does "WHERE" SQL clause have the same row limitation as "INNER JOIN"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-quot-WHERE-quot-SQL-clause-have-the-same-row-limitation-as/m-p/656706#M226823</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;According to the following documentation, the limit is 50,000 rows.&lt;BR /&gt;I am wondering if WHERE clause can fix this problem or it's the same.&lt;BR /&gt;Can you take a look and see if it's accurate? Thanks&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-join-large-tables-with-more-than-50-000-rows-in-Splunk/m-p/152136" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-join-large-tables-with-more-than-50-000-rows-in-Splunk/m-p/152136&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/SCS/current/SearchReference/JoinCommandOverview" target="_blank"&gt;https://docs.splunk.com/Documentation/SCS/current/SearchReference/JoinCommandOverview&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 17:47:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-quot-WHERE-quot-SQL-clause-have-the-same-row-limitation-as/m-p/656706#M226823</guid>
      <dc:creator>LearningGuy</dc:creator>
      <dc:date>2023-09-05T17:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Does "WHERE" SQL clause have the same row limitation as "INNER JOIN"?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Does-quot-WHERE-quot-SQL-clause-have-the-same-row-limitation-as/m-p/656707#M226824</link>
      <description>&lt;P&gt;That documentation doesn't apply in this case.&amp;nbsp; It refers to the &lt;FONT face="courier new,courier"&gt;join&lt;/FONT&gt; command, which is not being used in the sample query.&amp;nbsp; The query uses the SQL JOIN operator, which is not the same as the SPL &lt;FONT face="courier new,courier"&gt;join&lt;/FONT&gt; command.&lt;/P&gt;&lt;P&gt;As I mentioned in my earlier response, everything in the &lt;FONT face="courier new,courier"&gt;dbxquery&lt;/FONT&gt; command is processed by the remote database, not by Splunk.&amp;nbsp; Splunk only sees the results of the query.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 18:12:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Does-quot-WHERE-quot-SQL-clause-have-the-same-row-limitation-as/m-p/656707#M226824</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-09-05T18:12:26Z</dc:date>
    </item>
  </channel>
</rss>

