- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:41 PM
Hi Team,
What is the maximum number of tables that we can join in Database view.
Thankyou
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:49 PM
Hi @BALAJI K R ,
There is no limit for number of tables, but there'll be impact on performance if the tables are more.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:49 PM
Hi @BALAJI K R ,
There is no limit for number of tables, but there'll be impact on performance if the tables are more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 10:50 PM
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 01:41 AM
The information is incorrect, there is a limit of 60 tables, please refer to KB0855858 on NowSupport.
Note that due to the table extension model of the tables in the view there maybe implicit joins added to the query constructed for view, and these are counted in the total number of tables for the purposes of this restriction/limit. The point about the performance impact is true, but you should also consider the size of the tables being joined and whether any of the view tables has been specified to use a left-join, which can increase the amount of data the view needs to return.