Ver Mensaje Individual
  #1 (permalink)  
Antiguo 17/11/2004, 07:38
NHS
 
Fecha de Ingreso: junio-2002
Ubicación: Todos lados
Mensajes: 92
Antigüedad: 21 años, 11 meses
Puntos: 0
Query en Informix

estoy en la duda si este query esta bien.

Código:
update tabla with (rowlock) set numero = numero + 1 where nroemp = 1 and nrosuc = 10 and tipdoc = 'AS' and serie = '0'
Corriendo sobre informix conectado a odbc desde visual basic.

Muchas gracias!