Hi Everyone,

Was hoping you could help me understand what I may be doing wrong. I am trying to update a column of one table from the data in a column of another table. Here are my create statements:

Code:
CREATE TABLE dictethnicity(sbirthplace char(15) not null, bplacedesc varchar(100) not null, usstateflag int, ethgrpcode char(5)); 
CREATE TABLE voterethnicity(id bigint, sbirthplace char(15), bplacedesc varchar(100),
...