Community & Support
Learn
Marketplace
Discussions
Categories
Discussions
General
Platform
Academic
Partner
Regional
User Groups
Documentation
Events
Altair Exchange
Share or Download Projects
Resources
News & Instructions
Programs
YouTube
Employee Resources
This tab can be seen by employees only. Please do not share these resources externally.
Groups
Join a User Group
Support
Altair RISE
A program to recognize and reward our most engaged community members
Nominate Yourself Now!
Home
Discussions
Community Q&A
Pre-joining
DocMusher
Hi,
How can I pre-join more than 2 tables in read database query?
Is somebody using a psql visual query builder within RM?
Sven
Find more posts tagged with
AI Studio
Accepted answers
All comments
JEdward
If you're using SQL the format of the join code is pretty straightforward
SELECT * FROM /* This selects all columns */
table1
INNER JOIN table2 /* Use LEFT JOIN or RIGHT JOIN if needed.
ON table1.key1 = table2.key2 /* here you put in your key joins, use AND or OR to separate out different join rules.
INNER JOIN table3 /* Use LEFT JOIN or RIGHT JOIN if needed.
ON table1.key1 = table3.key2 /* You can also join to table2 if needed.
This is standard SQL so the same query would work on Oracle, SQL Server, MySQL, PostgreSQL as you choose.
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
Groups