Back to Kysely

Subquery join

site/docs/examples/join/0040-subquery-join.mdx

0.28.171.0 KB
Original Source

Subquery join

You can join a subquery by providing two callbacks:

import { Playground } from '../../../src/components/Playground'

import { subqueryJoin } from './0040-subquery-join'

<div style={{ marginBottom: '1em' }}> <Playground code={subqueryJoin} /> </div>

:::info[More examples] The API documentation is packed with examples. The API docs are hosted here, but you can access the same documentation by hovering over functions/methods/classes in your IDE. The examples are always just one hover away!

For example, check out these sections: