Alter table "Table_Name"
Add 'New_Column_Name' 'Datatype';
alter table product
Add quantity bigint;
Monday, June 24, 2019
Drop column In sql
Alter table 'Table_name' drop column 'Column_Name'
alter table product drop column [Date];
alter table product drop column [Date];
Saturday, June 22, 2019
Subscribe to:
Posts (Atom)
-
https://www.dropbox.com/s/tbhf74uagy4mxho/HEALTH%20INSURANCE%20SYSTEM.rar?dl=0 health insurance system new all people free and...
-
<?php if (isset ($_POST ['b1'])){ function add() { $a = $_POST ['num1']; $b = $_POST ['num2']; ech...
-
goto C goto Xamp Goto Apache Goto conf Goto extra Open httpd-xampp.conf change this para into this : old: Alias /phpmyadmin ...