<?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: Escapw characters within Sql plus in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/escapw-characters-within-sql-plus/m-p/2851147#M825883</link>
    <description>Precede the underscore (_) character with an escape character and identify the escape character with the ESCAPE clause i.e&lt;BR /&gt;select tablespace_name from dba_tablespaces where tablespace_name like 'HELPME\_D%' ESCAPE '\';</description>
    <pubDate>Mon, 25 Nov 2002 11:33:46 GMT</pubDate>
    <dc:creator>Ian Lochray</dc:creator>
    <dc:date>2002-11-25T11:33:46Z</dc:date>
    <item>
      <title>Escapw characters within Sql plus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/escapw-characters-within-sql-plus/m-p/2851146#M825882</link>
      <description>Good morning.&lt;BR /&gt;&lt;BR /&gt;I am trying to retrieve all objects with an underscore in the name, as an underscore means any single character I cant use that, how can I escape the _ so that it is not interpreted?.&lt;BR /&gt;&lt;BR /&gt;E.g.&lt;BR /&gt;select tablespace_name from dba_tablespaces where tablespace_name like 'HELPME_D%';&lt;BR /&gt;&lt;BR /&gt;This query will not return the correct answer.  &lt;BR /&gt;&lt;BR /&gt;I look forward to your replies.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Dave</description>
      <pubDate>Mon, 25 Nov 2002 10:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/escapw-characters-within-sql-plus/m-p/2851146#M825882</guid>
      <dc:creator>Dave Walley</dc:creator>
      <dc:date>2002-11-25T10:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Escapw characters within Sql plus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/escapw-characters-within-sql-plus/m-p/2851147#M825883</link>
      <description>Precede the underscore (_) character with an escape character and identify the escape character with the ESCAPE clause i.e&lt;BR /&gt;select tablespace_name from dba_tablespaces where tablespace_name like 'HELPME\_D%' ESCAPE '\';</description>
      <pubDate>Mon, 25 Nov 2002 11:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/escapw-characters-within-sql-plus/m-p/2851147#M825883</guid>
      <dc:creator>Ian Lochray</dc:creator>
      <dc:date>2002-11-25T11:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Escapw characters within Sql plus</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/escapw-characters-within-sql-plus/m-p/2851148#M825884</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You have to use escape-Sequence from select-Statement&lt;BR /&gt;&lt;BR /&gt;select tablespace_name from dba_tablespaces where tablespace_name like 'HELPME\_D%' escape '\';&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 25 Nov 2002 11:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/escapw-characters-within-sql-plus/m-p/2851148#M825884</guid>
      <dc:creator>Christian Gebhardt</dc:creator>
      <dc:date>2002-11-25T11:35:49Z</dc:date>
    </item>
  </channel>
</rss>

