Back to Kysely

A single column

site/docs/examples/select/0010-a-single-column.mdx

0.28.17898 B
Original Source

A single column

Select a single column:

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

import { aSingleColumn } from './0010-a-single-column'

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