Skip to content

Commit

Permalink
Update altinity-kb-alter-modify-column-is-stuck-the-column-is-inacces…
Browse files Browse the repository at this point in the history
…sible.md
  • Loading branch information
sulayliu committed Jan 12, 2022
1 parent 4636080 commit d9841b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ You should do the following:
Check which mutation is stuck and kill it:
```sql
SELECT * FROM system.mutations table = 'modify_column' AND is_done=0 FORMAT Vertical;
SELECT * FROM system.mutations where table = 'modify_column' AND is_done=0 FORMAT Vertical;
KILL MUTATION WHERE table = 'modify_column' AND mutation_id = 'id_of_stuck_mutation';
```
Expand Down

0 comments on commit d9841b7

Please sign in to comment.