<?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 SQL LIKE with an IN in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75858#M181419</link>
    <description>&lt;P&gt;Please help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I have two tables each with only one relevant column&lt;/P&gt;

&lt;P&gt;Table1.Paragraph&lt;BR /&gt;
50,000 paragraphs of text&lt;/P&gt;

&lt;P&gt;Table2.Firstname&lt;BR /&gt;
4,000 names&lt;/P&gt;

&lt;P&gt;I want to retrieve any paragraphs which contains a name from the firstnames list although the names could be anywhere inside the paragraph.&lt;BR /&gt;
I only have MS Access 2010.&lt;/P&gt;

&lt;P&gt;Something like this?&lt;/P&gt;

&lt;P&gt;SELECT Table1.Paragraph From Table1 where Paragraph IN(Select %Firstname% from Table2)???&lt;/P&gt;

&lt;P&gt;Any suggestions would be greatly appreciated! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Cheers in advance&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2013 08:16:41 GMT</pubDate>
    <dc:creator>dAmoTa</dc:creator>
    <dc:date>2013-03-27T08:16:41Z</dc:date>
    <item>
      <title>SQL LIKE with an IN</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75858#M181419</link>
      <description>&lt;P&gt;Please help me &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I have two tables each with only one relevant column&lt;/P&gt;

&lt;P&gt;Table1.Paragraph&lt;BR /&gt;
50,000 paragraphs of text&lt;/P&gt;

&lt;P&gt;Table2.Firstname&lt;BR /&gt;
4,000 names&lt;/P&gt;

&lt;P&gt;I want to retrieve any paragraphs which contains a name from the firstnames list although the names could be anywhere inside the paragraph.&lt;BR /&gt;
I only have MS Access 2010.&lt;/P&gt;

&lt;P&gt;Something like this?&lt;/P&gt;

&lt;P&gt;SELECT Table1.Paragraph From Table1 where Paragraph IN(Select %Firstname% from Table2)???&lt;/P&gt;

&lt;P&gt;Any suggestions would be greatly appreciated! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Cheers in advance&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 08:16:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75858#M181419</guid>
      <dc:creator>dAmoTa</dc:creator>
      <dc:date>2013-03-27T08:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: SQL LIKE with an IN</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75859#M181420</link>
      <description>&lt;P&gt;Use Splunk instead of MS Access &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 08:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75859#M181420</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-03-27T08:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: SQL LIKE with an IN</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75860#M181421</link>
      <description>&lt;P&gt;Do you have these indexed in Splunk already? &lt;/P&gt;

&lt;P&gt;Perhaps this page may give some guidance;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/SQLtoSplunk"&gt;http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/SQLtoSplunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 08:28:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75860#M181421</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-03-27T08:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: SQL LIKE with an IN</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75861#M181422</link>
      <description>&lt;P&gt;Thanks Kristian for replying &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; However I don't really understand what you mean&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 09:01:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75861#M181422</guid>
      <dc:creator>dAmoTa</dc:creator>
      <dc:date>2013-03-27T09:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: SQL LIKE with an IN</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75862#M181423</link>
      <description>&lt;P&gt;maybe I've misunderstood here - I dont know what splunk is - i thought it was a forum&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 09:03:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75862#M181423</guid>
      <dc:creator>dAmoTa</dc:creator>
      <dc:date>2013-03-27T09:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: SQL LIKE with an IN</title>
      <link>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75863#M181424</link>
      <description>&lt;P&gt;This the user forum for the Splunk product. Most likely, Splunk can do what you want it to do with your data.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com"&gt;www.splunk.com&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Good Luck, K&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2013 09:10:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/SQL-LIKE-with-an-IN/m-p/75863#M181424</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-03-27T09:10:47Z</dc:date>
    </item>
  </channel>
</rss>

