Answers for "added comments to entire table mysql"

SQL
0

mysql add comment to column

ALTER TABLE `user` CHANGE `id` `id` INT( 11 ) COMMENT 'id of user';
Posted by: Guest on September-16-2020
-3

how do we write comments in myql

mysql comments
Posted by: Guest on January-19-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language