about 9 years ago
Sometimes we need to add a column with comment. We can do this easily by using COMMENT attribute in alter command.
Ex- Find the below alter command which will add "address" column to "user" table after "country" column.
ALTER TABLE `user` ADD COLUMN `address` varchar(250) NULL COMMENT 'use column to save address.' AFTER `country`;
Hope this will help you :)
over 1 year ago
It's good!
redactle
over 7 years ago
Starting with Chrome version 45, NPAPI is no longer supported for Google Chrome. For more information, see Chrome and NPAPI (blog.chromium.org).
Firefox and Microsoft Internet Explorer are recommended browsers for websites using java applets.
Chrome Version Support
Are you sure, you want to delete this comment?
Sign up using
2 Comment(s)