<?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>Question Re: DB query help in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/db-query-help/qaa-p/13821525#M4852368</link>
    <description>&lt;P&gt;Select * from systable&lt;/P&gt;</description>
    <pubDate>Fri, 02 Mar 2012 05:35:41 GMT</pubDate>
    <dc:creator>MCMartin</dc:creator>
    <dc:date>2012-03-02T05:35:41Z</dc:date>
    <item>
      <title>DB query help</title>
      <link>https://community.sap.com/t5/technology-q-a/db-query-help/qaq-p/13821524</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to fetch all table records from database.&lt;/P&gt;
&lt;P&gt;Example : i have 7 table in database.. in future one more table may be add. so , i need to connect the 
          db and fetch all tables value(columns and rows).&lt;/P&gt;
&lt;P&gt;could you please tell me query.&lt;/P&gt;
&lt;P&gt;thanks,
jeru&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 04:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/db-query-help/qaq-p/13821524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T04:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: DB query help</title>
      <link>https://community.sap.com/t5/technology-q-a/db-query-help/qaa-p/13821525#M4852368</link>
      <description>&lt;P&gt;Select * from systable&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 05:35:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/db-query-help/qaa-p/13821525#M4852368</guid>
      <dc:creator>MCMartin</dc:creator>
      <dc:date>2012-03-02T05:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: DB query help</title>
      <link>https://community.sap.com/t5/technology-q-a/db-query-help/qaa-p/13821526#M4852369</link>
      <description>&lt;P&gt;thank you ...&lt;/P&gt;
&lt;P&gt;SELECT  table_name=sysobjects.name, column_name=syscolumns.name  FROM sysobjects INNER JOIN syscolumns ON sysobjects.id = syscolumns.id inner join systypes on syscolumns.type=systypes.type
  where sysobjects.type='U' order by sysobjects.name,syscolumns.colid&lt;/P&gt;
&lt;P&gt;which will give the below result.&lt;/P&gt;
&lt;P&gt;Table_name      column_name
  A                             xxx
  A               xyz                &lt;BR /&gt;
………………&lt;/P&gt;
&lt;P&gt;I need &lt;/P&gt;
&lt;P&gt;Database_name   table_name      column_name&lt;/P&gt;
&lt;P&gt;Reply Forward&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 05:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/db-query-help/qaa-p/13821526#M4852369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-02T05:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: DB query help</title>
      <link>https://community.sap.com/t5/technology-q-a/db-query-help/qaa-p/13821527#M4852370</link>
      <description>&lt;P&gt;Are you using Sybase Adaptive Server Enterprise (ASE)? The query looks like that.&lt;/P&gt;
&lt;P&gt;Note, this forum is for Sybase SQL Anywhere, a completely different DBMS...&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2012 06:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/db-query-help/qaa-p/13821527#M4852370</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2012-03-02T06:45:03Z</dc:date>
    </item>
  </channel>
</rss>

