Ver Mensaje Individual
  #12  
Antiguo 27-03-2010
Avatar de movorack
[movorack] movorack is offline
Miguel A. Valero
 
Registrado: feb 2007
Ubicación: Bogotá - Colombia
Posts: 1.346
Reputación: 20
movorack Va camino a la famamovorack Va camino a la fama
Como definición de la tabla no... dice ERROR: cannot use column references in default expression

Código SQL [-]
CREATE TABLE ejemplo (
  id  integer  not null primary key,
  value1  integer not null default 0,
  value2  integer not null default 0,
  total   integer not null default (value1 + value2)
);
__________________
Buena caza y buen remar... http://mivaler.blogspot.com
Responder Con Cita