123456789101112131415161718 |
- [discrete]
- [[esql-drop]]
- === `DROP`
- Use `DROP` to remove columns:
- [source,esql]
- ----
- include::{esql-specs}/docs.csv-spec[tag=dropheight]
- ----
- Rather than specify each column by name, you can use wildcards to drop all
- columns with a name that matches a pattern:
- [source,esql]
- ----
- include::{esql-specs}/docs.csv-spec[tag=dropheightwithwildcard]
- ----
|