Github user sraghunandan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2788#discussion_r222638371
--- Diff: docs/ddl-of-carbondata.md ---
@@ -610,25 +611,29 @@ Users can specify which columns to include and
exclude for local dictionary gene
- ##### DROP COLUMNS
This command is used to delete the existing column(s) in a table.
- ```
+
+ ```
ALTER TABLE [db_name.]table_name DROP COLUMNS (col_name, ...)
```
Examples:
- ```
+
+ ```
--- End diff --
unnecessary indentation for ```
---