I was reading the documentation for SQLC from https://docs.sqlc.dev/en/latest/howto/query_count.html. I wanted to use this in my project. However, I'm not seeing any documentation related to joining operations on the tables. Is it really possible in SQLC. If yes where I could find the documentation or reference?
Asked
Active
Viewed 1,803 times
1 Answers
5
A commit like "cdf7025: Add MySQL json test" (or "456fcb1 Add MySQL test for SELECT * JOIN
") suggests joins are supported.
But it is true, as mentioned in issue 643, that queries with JOINs are for now not documented yet.

VonC
- 1,262,500
- 529
- 4,410
- 5,250
-
1It's nearly 2 years and still no progress how to use joins – Muhammed Ozdogan Dec 05 '22 at 16:24
-
@MuhammedOzdogan I agree. I monitor [discussion 363](https://github.com/kyleconroy/sqlc/discussions/363), as you do. – VonC Dec 05 '22 at 18:57