<?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 Query Builder missing &amp;quot;Random N rows&amp;quot; sample option in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Query-Builder-missing-quot-Random-N-rows-quot-sample-option/m-p/887538#M104967</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I've noticed with JMP 18.1.2 and MySQL ODBC 8.1 Unicode driver that I'm not seeing the option to sample the result set by a random number of rows.&amp;nbsp; Is this an option that was dropped from JMP or the driver?&amp;nbsp; Is there a way to get it back in query builder?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 17:21:30 GMT</pubDate>
    <dc:creator>cgoggin</dc:creator>
    <dc:date>2025-07-16T17:21:30Z</dc:date>
    <item>
      <title>Query Builder missing "Random N rows" sample option</title>
      <link>https://community.jmp.com/t5/Discussions/Query-Builder-missing-quot-Random-N-rows-quot-sample-option/m-p/887538#M104967</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I've noticed with JMP 18.1.2 and MySQL ODBC 8.1 Unicode driver that I'm not seeing the option to sample the result set by a random number of rows.&amp;nbsp; Is this an option that was dropped from JMP or the driver?&amp;nbsp; Is there a way to get it back in query builder?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 17:21:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Query-Builder-missing-quot-Random-N-rows-quot-sample-option/m-p/887538#M104967</guid>
      <dc:creator>cgoggin</dc:creator>
      <dc:date>2025-07-16T17:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Query Builder missing "Random N rows" sample option</title>
      <link>https://community.jmp.com/t5/Discussions/Query-Builder-missing-quot-Random-N-rows-quot-sample-option/m-p/887975#M105015</link>
      <description>&lt;P&gt;JMP doesn't seem support this with My SQL since it's not builtin natively in the database.&lt;/P&gt;
&lt;P&gt;It would be a new feature.&lt;/P&gt;
&lt;P&gt;Feel free to add it to the wish list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meantime, you can mimic it with custom SQL with something likeL&lt;/P&gt;
&lt;PRE&gt;SELECT * FROM your_table
ORDER BY RAND()
LIMIT n;
&lt;/PRE&gt;
&lt;P&gt;That might work.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 14:34:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Query-Builder-missing-quot-Random-N-rows-quot-sample-option/m-p/887975#M105015</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2025-07-18T14:34:46Z</dc:date>
    </item>
  </channel>
</rss>

