<?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 how to find highest value in sql in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/how-to-find-highest-value-in-sql/m-p/489241#M27806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have lots of data and id like &lt;SPAN style="font-size: 12pt;"&gt;RAL12345786&lt;/SPAN&gt;. so i want to find&amp;nbsp; whose the highest value in database in same format string and numeric.&lt;/P&gt;&lt;P&gt;i am using &lt;SPAN style="font-size: 12pt;"&gt;SQL oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;please tell me how to find it.&lt;/P&gt;&lt;P&gt;Kapil&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 127px;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2014 10:41:05 GMT</pubDate>
    <dc:creator>kapildev</dc:creator>
    <dc:date>2014-08-27T10:41:05Z</dc:date>
    <item>
      <title>how to find highest value in sql</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-find-highest-value-in-sql/m-p/489241#M27806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have lots of data and id like &lt;SPAN style="font-size: 12pt;"&gt;RAL12345786&lt;/SPAN&gt;. so i want to find&amp;nbsp; whose the highest value in database in same format string and numeric.&lt;/P&gt;&lt;P&gt;i am using &lt;SPAN style="font-size: 12pt;"&gt;SQL oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;please tell me how to find it.&lt;/P&gt;&lt;P&gt;Kapil&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 127px;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 10:41:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-find-highest-value-in-sql/m-p/489241#M27806</guid>
      <dc:creator>kapildev</dc:creator>
      <dc:date>2014-08-27T10:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to find highest value in sql</title>
      <link>https://community.esri.com/t5/data-management-questions/how-to-find-highest-value-in-sql/m-p/489242#M27807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that the field is a text field with both alpha and numeric values inside?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is the case, then you would need to either select for maximum based on another field, or extract numeric data from this field to use for selecting a highest value. A text field is just text, there is no inherent hierarchy. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could pull the numeric portion of that field out using LEFT () or RIGHT() and use that to find the MAXIMUM () value, assuming that the numeric portion of the field indicates a highest value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 14:46:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/how-to-find-highest-value-in-sql/m-p/489242#M27807</guid>
      <dc:creator>AngelynSnyder</dc:creator>
      <dc:date>2014-08-27T14:46:04Z</dc:date>
    </item>
  </channel>
</rss>

