<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://otremba.net/w/index.php?action=history&amp;feed=atom&amp;title=SQL_Syntax_for_SAP_BW_in_Oracle</id>
	<title>SQL Syntax for SAP BW in Oracle - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://otremba.net/w/index.php?action=history&amp;feed=atom&amp;title=SQL_Syntax_for_SAP_BW_in_Oracle"/>
	<link rel="alternate" type="text/html" href="https://otremba.net/w/index.php?title=SQL_Syntax_for_SAP_BW_in_Oracle&amp;action=history"/>
	<updated>2026-04-28T08:31:53Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Matts Wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://otremba.net/w/index.php?title=SQL_Syntax_for_SAP_BW_in_Oracle&amp;diff=3768&amp;oldid=prev</id>
		<title>Matt: Die Seite wurde neu angelegt: „This article contains examples for different SQL statements on Oracle servers to read data from a SAP BW database.  == String Operations == Get first five characters for all rows from specified column:  SELECT DISTINCT SUBSTR(&quot;/BIC/ZCONTRNO&quot;,1,5) FROM &quot;/BIC/AZCONTR0100&quot; Return one column for all records from a table starting with a given character in a particular column:  SELECT &quot;/BIC/ZCONTRNO&quot; FROM &quot;/BIC/AZCONTR0100&quot; WHERE &quot;/BIC/ZCONTRNO&quot; LIKE &#039;7%&#039; Kat…“</title>
		<link rel="alternate" type="text/html" href="https://otremba.net/w/index.php?title=SQL_Syntax_for_SAP_BW_in_Oracle&amp;diff=3768&amp;oldid=prev"/>
		<updated>2025-12-21T13:20:53Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „This article contains examples for different SQL statements on Oracle servers to read data from a SAP BW database.  == String Operations == Get first five characters for all rows from specified column:  SELECT DISTINCT SUBSTR(&amp;quot;/BIC/ZCONTRNO&amp;quot;,1,5) FROM &amp;quot;/BIC/AZCONTR0100&amp;quot; Return one column for all records from a table starting with a given character in a particular column:  SELECT &amp;quot;/BIC/ZCONTRNO&amp;quot; FROM &amp;quot;/BIC/AZCONTR0100&amp;quot; WHERE &amp;quot;/BIC/ZCONTRNO&amp;quot; LIKE &amp;#039;7%&amp;#039; Kat…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This article contains examples for different SQL statements on Oracle servers to read data from a SAP BW database.&lt;br /&gt;
&lt;br /&gt;
== String Operations ==&lt;br /&gt;
Get first five characters for all rows from specified column:&lt;br /&gt;
 SELECT DISTINCT SUBSTR(&amp;quot;/BIC/ZCONTRNO&amp;quot;,1,5) FROM &amp;quot;/BIC/AZCONTR0100&amp;quot;&lt;br /&gt;
Return one column for all records from a table starting with a given character in a particular column:&lt;br /&gt;
 SELECT &amp;quot;/BIC/ZCONTRNO&amp;quot; FROM &amp;quot;/BIC/AZCONTR0100&amp;quot; WHERE &amp;quot;/BIC/ZCONTRNO&amp;quot; LIKE &amp;#039;7%&amp;#039;&lt;br /&gt;
[[Kategorie:SAP]]&lt;br /&gt;
[[Kategorie:SQL]]&lt;/div&gt;</summary>
		<author><name>Matt</name></author>
	</entry>
</feed>