Posted By:
Amit_Mehta
Posted On:
Wednesday, April 13, 2005 05:00 AM
How to run this type of query in mysql database which comes in request Enter Query create table addfund ( RowId int(8) not null default '0', Mem_Id int(8) not null default '0', PayType varchar(20) not null, Remark text not null, Amount decimal(10,2) not null default '0.00', `AddDate` date not null default '0000-00-00', ConDate date not null default '0000-00-00', ConFlag tinyint(1) unsigned ze
More>>
How to run this type of query in mysql database which comes in request
<<Less