Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
datatype
.
Show all posts
Showing posts with label
datatype
.
Show all posts
26 Jan 2014
Add auto_increment to existing column in mysql
›
Auto_ increment is used to increase by 1 while insert a new data to mysql table. The auto increment column must be def...
4 comments:
19 Jan 2014
Change column with NOT NULL to NULL in mysql
›
You created a table in which the column with 'NOT NULL'. Suppose you want to change mysql column definition ...
1 comment:
29 Dec 2013
Change column datatype in mysql
›
You created a table with column in specific datatype. Sometimes you need to change datatype of column. At the time...
1 comment:
25 Dec 2013
Changing the column size in mysql
›
You created a table with specific size of column. Sometimes you need to increase the size of column, if the size is ...
›
Home
View web version