NSString *sql2=[NSString stringWithFormat:@"CREATE TABLE IF NOT EXISTS %@ (officenoId INTEGER,companyname VARCHAR(20),cellnoId INTEGER,firstname varchar(30),lastname varchar(30));",customertable];
error is table has two columns but four values are supplied please tell me the way how to add column in existing table.