<?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: Extract String with parentheses from DB in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316518#M876633</link>
    <description>What is result of following SQL and what was expected?&lt;BR /&gt;&lt;BR /&gt;SELECT e.DESCRIPTION FROM equipment e,item i WHERE e.itemnum = i.itemnum and in2='Y' and i.itemnum='884841'&lt;BR /&gt;&lt;BR /&gt;sks</description>
    <pubDate>Mon, 28 Jun 2004 02:17:28 GMT</pubDate>
    <dc:creator>Sanjay Kumar Suri</dc:creator>
    <dc:date>2004-06-28T02:17:28Z</dc:date>
    <item>
      <title>Extract String with parentheses from DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316514#M876629</link>
      <description>Hi,&lt;BR /&gt;I has been tried extract a Hebrew or English string that contain parentheses from table in Oracle DB and i got defective string that the parentheses are not in their original place.&lt;BR /&gt;anybody kmow the reason?&lt;BR /&gt;Thank's</description>
      <pubDate>Mon, 28 Jun 2004 01:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316514#M876629</guid>
      <dc:creator>erwin_16</dc:creator>
      <dc:date>2004-06-28T01:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Extract String with parentheses from DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316515#M876630</link>
      <description>Can you share the SQL that being fired and the results returned by SQL?&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Mon, 28 Jun 2004 01:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316515#M876630</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-06-28T01:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Extract String with parentheses from DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316516#M876631</link>
      <description>&lt;BR /&gt;Statement s = con.createStatement(); &lt;BR /&gt;&lt;BR /&gt;ResultSet rs2 = s.executeQuery( "SELECT e.DESCRIPTION FROM equipment e,item i WHERE e.itemnum = i.itemnum and in2='Y' and i.itemnum='884841'" ); &lt;BR /&gt;&lt;BR /&gt;while (rs2.next()) { &lt;BR /&gt;&lt;BR /&gt;    System.out.println( "%%%%%%%%%%%%%% string=" +rs2.getString(1)); &lt;BR /&gt;&lt;BR /&gt;} &lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2004 01:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316516#M876631</guid>
      <dc:creator>erwin_16</dc:creator>
      <dc:date>2004-06-28T01:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Extract String with parentheses from DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316517#M876632</link>
      <description>is this Python?&lt;BR /&gt;It's not SQL. That's for sure.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn [ who knows nothing about python ]</description>
      <pubDate>Mon, 28 Jun 2004 02:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316517#M876632</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-06-28T02:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Extract String with parentheses from DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316518#M876633</link>
      <description>What is result of following SQL and what was expected?&lt;BR /&gt;&lt;BR /&gt;SELECT e.DESCRIPTION FROM equipment e,item i WHERE e.itemnum = i.itemnum and in2='Y' and i.itemnum='884841'&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Mon, 28 Jun 2004 02:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316518#M876633</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-06-28T02:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Extract String with parentheses from DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316519#M876634</link>
      <description>Hi there.&lt;BR /&gt;As far as i can see this is embedded sql.&lt;BR /&gt;Any result ? if yes, pls let us see for further examniation.&lt;BR /&gt;Rgds&lt;BR /&gt;Alexander M. Ermes</description>
      <pubDate>Mon, 28 Jun 2004 02:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316519#M876634</guid>
      <dc:creator>Alexander M. Ermes</dc:creator>
      <dc:date>2004-06-28T02:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Extract String with parentheses from DB</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316520#M876635</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;is this VB?&lt;BR /&gt;&lt;BR /&gt;anyway, can you post the output of "describe" at the sqlplus level of both tables?&lt;BR /&gt;&lt;BR /&gt;we would get an idea of the datatype for the "description" field.&lt;BR /&gt;&lt;BR /&gt;If possible, let us also have a glimpse of the following PLSQL block execution at the sqlplus prompt.&lt;BR /&gt;&lt;BR /&gt;begin&lt;BR /&gt; for r1 in (SELECT e.DESCRIPTION FROM equipment e,item i WHERE e.itemnum = i.itemnum and in2='Y' and i.itemnum='884841') loop&lt;BR /&gt; dbms_output.put_line(r1.description);&lt;BR /&gt; end loop;&lt;BR /&gt;end;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Yogeeraj&lt;BR /&gt;ps. don't forget to issue a "set serveroutput on" before executing this plsql block.</description>
      <pubDate>Mon, 28 Jun 2004 04:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/extract-string-with-parentheses-from-db/m-p/3316520#M876635</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2004-06-28T04:24:28Z</dc:date>
    </item>
  </channel>
</rss>

