Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: ERROR during INNER JOIN in SQL SAP HANA as I am nnew to SQL

$
0
0

In a group by clause you cannot use the alias names for columns. That's a result of that how a select statement is processed on the db, respectively in which order the single parts of a select statement (FROM clause, WHERE clause, GROUP BY clause ...) are processed.

 

In the group by you have to use the real column names:

... GROUP BY "T2"."SET_GUID", "T2"."CLIENT";


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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