Quantcast
Channel: SCN: Message List - ABAP for SAP HANA
Viewing all articles
Browse latest Browse all 2110

Re: Error Message - Identifier must be declared

$
0
0

Hello, a question, you have your query aggregation functions ? as sum () or something? if so you should target within the grouping , like this:

 

select customer, year, product, sum(sales)

  from t1

  group by grouping sets LIMIT 2

  (

  (customer, year),

  (product)

  );


Viewing all articles
Browse latest Browse all 2110

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>