create table e1370 ( ok TINYINT UNSIGNED NOT NULL DEFAULT 0 , notok TINYINT UNSIGNED NOT NULL DEFAULT 0 ) ; insert into infnet.e1370 values ( 127 , 128 ) ; # run e1370.c select * from e1370; # ok notok # 127 128 # 127 0