Monday 27 January 2020

Cassandra: Add a comment to existing table

Using ‘ALTER TABLE’ command, you can add a comment to existing table.

Example
ALTER TABLE employee WITH COMMENT = 'Table to store Employee Information';


Previous                                                    Next                                                    Homeca

No comments:

Post a Comment