2

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?

Jonathan Hall
  • 75,165
  • 16
  • 143
  • 189
Srikanth Bhandary
  • 1,707
  • 3
  • 19
  • 34

1 Answers1

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