doc: update doc

This commit is contained in:
yihaoDeng 2024-11-27 15:00:47 +08:00
parent 221eac50ca
commit 0378062c4e
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ ALTER TABLE [db_name.]tb_name alter_table_clause
alter_table_clause: { alter_table_clause: {
alter_table_options alter_table_options
| SET TAG tag_name = new_tag_value | SET TAG tag_name = new_tag_value,tag_name2=new_tag2_value...
} }
alter_table_options: alter_table_options:

View File

@ -171,7 +171,7 @@ ALTER TABLE [db_name.]tb_name alter_table_clause
alter_table_clause: { alter_table_clause: {
alter_table_options alter_table_options
| SET TAG tag_name = new_tag_value | SET TAG tag_name = new_tag_value,tag_name2=new_tag2_value...
} }
alter_table_options: alter_table_options: