Re: Weird update where something != otherthing

2001-01-19 Thread Gerald L. Clark
Diogo Zulli wrote: > > Maybe this the correct behavior, but I am confused about > the statments below: > > CREATE TABLE testing ( fmsg CHAR(1) DEFAULT 'N' ); > INSERT INTO testing VALUES (NULL); > INSERT INTO testing VALUES ('Y'); > INSERT INTO testing VALUES ('X'); > INSERT INTO testing VALUE

Weird update where something != otherthing

2001-01-19 Thread Diogo Zulli
Maybe this the correct behavior, but I am confused about the statments below: CREATE TABLE testing ( fmsg CHAR(1) DEFAULT 'N' ); INSERT INTO testing VALUES (NULL); INSERT INTO testing VALUES ('Y'); INSERT INTO testing VALUES ('X'); INSERT INTO testing VALUES ('Y'); INSERT INTO testing VALUES (