Ver Mensaje Individual
  #2  
Antiguo 15-10-2008
Avatar de TOPX
TOPX TOPX is offline
Miembro
 
Registrado: may 2008
Ubicación: Bogotá
Posts: 527
Reputación: 16
TOPX Va camino a la fama
Hola,

Se me hace que tocaría con un while.

Código SQL [-]
i = 1;
while (i <= 10) do
begin
  insert into table(val1, val2) values(:i, 'nn');
  i = i + 1;
end
__________________
"constructive mind, destructive thoughts"
Responder Con Cita