Back to Kysely

Column with a table

site/docs/examples/select/0020-column-with-a-table.mdx

0.28.17932 B
Original Source

Column with a table

Select a single column and specify a table:

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

import { columnWithATable } from './0020-column-with-a-table'

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