I am creating a table and tring to insert headings into it but I keep getting this one error and I just can not figure it out. Please help if you can.
The first statement is:
"create table qtemp/rrlib (hdgs char (3000 ) not null with default"
Then my insert statement:
"insert into qtemp/rrlib values("cs#200","nm1200","ln3200","cty200","stc200","zip200","art203","ct#203","dat203","opn203")
when the insert runs I get this error"
sql0206 - column "opn203" not in specified tables.
Can anyone see anything that would cause this ?
Thank You,
Scott Troxell
Software/Hardware used:
ASKED:
March 31, 2006 5:44 PM
UPDATED:
March 31, 2006 11:06 PM