<?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 concat in Artificial Intelligence Forum</title>
    <link>https://community.sap.com/t5/artificial-intelligence-forum/concat/m-p/13617424#M299</link>
    <description>&lt;P&gt;Hi, I'm trying to compare the gpa2r field in the dfkkbo table with the concatenation of the OPBEL, OPUPW, OPUPK, OPUBZ fields in the dffkop table. However, a wrong number of arguments in the function error occurs. Can you help me please&lt;/P&gt;&lt;P&gt;SELECT *&lt;BR /&gt;FROM DFFKBO&lt;BR /&gt;WHERE DOC2R = (&lt;BR /&gt;SELECT CONCAT(OPBEL, OPUPW, OPUPK, OPUBZ) AS CDFFKOP&lt;BR /&gt;FROM DFKKOP&lt;BR /&gt;);&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 16:54:33 GMT</pubDate>
    <dc:creator>DeborahPiccoli</dc:creator>
    <dc:date>2024-02-23T16:54:33Z</dc:date>
    <item>
      <title>concat</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/concat/m-p/13617424#M299</link>
      <description>&lt;P&gt;Hi, I'm trying to compare the gpa2r field in the dfkkbo table with the concatenation of the OPBEL, OPUPW, OPUPK, OPUBZ fields in the dffkop table. However, a wrong number of arguments in the function error occurs. Can you help me please&lt;/P&gt;&lt;P&gt;SELECT *&lt;BR /&gt;FROM DFFKBO&lt;BR /&gt;WHERE DOC2R = (&lt;BR /&gt;SELECT CONCAT(OPBEL, OPUPW, OPUPK, OPUBZ) AS CDFFKOP&lt;BR /&gt;FROM DFKKOP&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 16:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/concat/m-p/13617424#M299</guid>
      <dc:creator>DeborahPiccoli</dc:creator>
      <dc:date>2024-02-23T16:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: concat</title>
      <link>https://community.sap.com/t5/artificial-intelligence-forum/concat/m-p/13619982#M304</link>
      <description>&lt;P&gt;You can used the following syntax instead:&lt;BR /&gt;&lt;SPAN&gt;SELECT *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM DFFKBO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE DOC2R = (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SELECT OPBEL || OPUPW&amp;nbsp;|| OPUPK&amp;nbsp;|| OPUBZ AS CDFFKOP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM DFKKOP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 20:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/artificial-intelligence-forum/concat/m-p/13619982#M304</guid>
      <dc:creator>Cocquerel</dc:creator>
      <dc:date>2024-02-26T20:21:05Z</dc:date>
    </item>
  </channel>
</rss>

