Pages
(Move to ...)
Home
About me
htaccess
Robots.txt
MySQL
PHP
▼
Showing posts with label
modify
.
Show all posts
Showing posts with label
modify
.
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:
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:
27 Dec 2013
Move columns in mysql table
›
You can change the column name and change the column size in mysql. But can you rearrange the column order in mysql ...
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 ...
22 Dec 2013
Changing column name in mysql table
›
You created a table with specific column name. Sometimes you need to change the column name. At the time, you can ch...
›
Home
View web version