hi there all,
i am a novice programmer in db2/sql and had a problem creating tables. i run this query
create table employee(employee# integer not null, branch# integer references branch(branch#),Name varchar(25),status varchar(15),hours integer(2),sin# integer(9),street varchar(25),city varchar(15),province varchar(15),postal_code varchar(6) UNIQUE(employee
and am unable to type anything after that, i asked a couple of ppl and was suggested that db2 doesn't allow u to have more than 250 characters on the command line command and was hence asked to make a shell file as it works if u execute it. could someone please tell me how could i do this? i already searched on this forum for a similar topic but in vain!
thank you very much
adev111
i am a novice programmer in db2/sql and had a problem creating tables. i run this query
create table employee(employee# integer not null, branch# integer references branch(branch#),Name varchar(25),status varchar(15),hours integer(2),sin# integer(9),street varchar(25),city varchar(15),province varchar(15),postal_code varchar(6) UNIQUE(employee
and am unable to type anything after that, i asked a couple of ppl and was suggested that db2 doesn't allow u to have more than 250 characters on the command line command and was hence asked to make a shell file as it works if u execute it. could someone please tell me how could i do this? i already searched on this forum for a similar topic but in vain!
thank you very much
adev111