Hi, I watched your post
SQL Join in LINQ (LINQ to Entity / LINQ to SQL)
how can I do this in PostgreSQL
thanks
Hi, I watched your post
SQL Join in LINQ (LINQ to Entity / LINQ to SQL)
how can I do this in PostgreSQL
thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jayraj ChhayaPosted Mar 30, 2024, 2:24 PM
In PostgreSQL, you can achieve SQL joins using the
JOINclause. Here's a simple example to demonstrate anINNER JOINbetween two tables: