<?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 problem in retriving data from db table. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-retriving-data-from-db-table/m-p/2777577#M647444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;f i hve to retrive field from db table,but problem is that in that table only one input field is present and second field is not present.but i have to compare with tht second field as well as second field.how i should fire a query in comperision to tht second field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2007 17:16:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-11T17:16:51Z</dc:date>
    <item>
      <title>problem in retriving data from db table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-retriving-data-from-db-table/m-p/2777577#M647444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;f i hve to retrive field from db table,but problem is that in that table only one input field is present and second field is not present.but i have to compare with tht second field as well as second field.how i should fire a query in comperision to tht second field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 17:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-retriving-data-from-db-table/m-p/2777577#M647444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T17:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem in retriving data from db table.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-retriving-data-from-db-table/m-p/2777578#M647445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming the second field is a character field, try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT * FROM mytab
  WHERE f1 = whatever
    AND f2 = SPACE.       "&amp;lt;==========
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 17:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-retriving-data-from-db-table/m-p/2777578#M647445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T17:29:19Z</dc:date>
    </item>
  </channel>
</rss>

