2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: reject
|
|
|
|
layout: command
|
|
|
|
version: 0.59.0
|
|
|
|
---
|
2019-11-10 08:07:27 +01:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
Remove the given columns from the table. If you want to remove rows, try 'drop'.
|
2019-11-10 08:07:27 +01:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
## Signature
|
2019-11-10 08:07:27 +01:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
```> reject ...rest```
|
2020-06-23 20:21:47 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
## Parameters
|
|
|
|
|
|
|
|
- `...rest`: the names of columns to remove from the table
|
2020-06-23 20:21:47 +02:00
|
|
|
|