Dameng Database Tutorial: Correct way to write DM8 table comments

Error example

The writing method added directly after the table creation statement COMMENTis not supported in DM.
Insert image description here

Correct example

The correct way to write it should be:

COMMENT ON TABLE course IS '科目表';

Insert image description here

Guess you like

Origin blog.csdn.net/a772304419/article/details/132826676