Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/07/2006, 14:48
foo
 
Fecha de Ingreso: febrero-2006
Mensajes: 278
Antigüedad: 18 años, 2 meses
Puntos: 0
Código:
test=# create table x (a numeric(2,2));
CREATE TABLE
test=# insert into x values (NULL);
INSERT 0 1