Back to Kysely

Aliased inner join

site/docs/examples/join/0020-aliased-inner-join.mdx

0.28.171.0 KB
Original Source

Aliased inner join

You can give an alias for the joined table like this:

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

import { aliasedInnerJoin } from './0020-aliased-inner-join'

<div style={{ marginBottom: '1em' }}> <Playground code={aliasedInnerJoin} /> </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: