Skip to content

Commit

Permalink
Update sql-alter-table.mdx (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
WanYixian authored Dec 2, 2024
1 parent 96b042e commit 1332b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/commands/sql-alter-table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ alter_option depends on the operation you want to perform on the table. For all

```sql
ALTER TABLE table_name
ADD [ COLUMN ] column_name data_type [ PRIMARY KEY ] [ DEFAULT default_expr ];
ADD [ COLUMN ] column_name data_type [ DEFAULT default_expr ];
```

| Parameter or clause | Description |
Expand Down

0 comments on commit 1332b48

Please sign in to comment.