Skip to content

Commit

Permalink
Update 040-SDK/101-get.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: joan-ing <[email protected]>
  • Loading branch information
kostasb and joan-ing authored Nov 27, 2023
1 parent e639ba6 commit b5b5337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 040-SDK/101-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ INNER JOIN "authors" ON "posts_authors".author = "authors".id;

In the many-to-many relationship, multiple authors can be associated with the same title, and one author can be associated with multiple titles. Example output:

<TabbedCode tabs={['Kysely TS','TypeScript SDK','SQL']}>
<TabbedCode tabs={['Kysely','TypeScript','SQL']}>

```jsonc
[
Expand Down

0 comments on commit b5b5337

Please sign in to comment.