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

Re: SAP DBTech JDBC: [7]: feature not supported: The number of tables in a join query is over the maximum limit. Please rewrite the SQL statement.: line 1 col 3643 (at pos 3642)

$
0
0

Hi Lindsey,

 

the sub queries are transformed to joins by the query transformation in cases where this makes sense.

Apparently, the query transformation makes quiet a deal out of your statement, since the current limitation for joins is

 

select * from m_system_limits

 

CATEGORYNAME                                        VALUETYPE  UNITCOMMENT                                                   
DATABASEMAXIMUM_NUMBER_OF_JOIN_TABLES_IN_SELECT_STMT255  INTEGER    Maximum number of joined tables in an SQL statement or view

 

So, re-writing the statement might be worthwhile to consider.

 

- Lars


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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