hago esto:
select * from sidetcom where nunumdoc = 80050367
2 2008-00067 0080050367 0 BOL 0 3.34 2008-09-09 00:00:00.000
23 2008-00093 80050367 0 BOL 0 3.34 2008-10-22 00:00:00.000
Luego hago esto:
UPDATE sitabcct set nunumdoc = 80050367 where nunumdoc = 80050367
y solo me actualiza el ultimo registro, porque en el select me reconoce los
2 y en el update solo uno.
Luis
En cualquier caso, �has echado un vistazo al plan de ejecuci�n?
--
-----------------------------
"Caminar sobre el agua y desarrollar software a partir de unas
especificaciones es f�cil, si ambas est�n congeladas."
Edward V. Berard, ingeniero inform�tico
"Luis Mata" <lm...@cclf.com.pe> wrote in message
news:%23DI9yRj...@TK2MSFTNGP04.phx.gbl...
"Carlos Sacristan" <nom...@nomail.com> escribi� en el mensaje de noticias
news:%23AkSLWj...@TK2MSFTNGP05.phx.gbl...
"Luis Mata" <lm...@cclf.com.pe> wrote in message
news:%23DI9yRj...@TK2MSFTNGP04.phx.gbl...
Hace esta prueba y danos los resultados
select * from sidetcom where nunumdoc = '80050367'
UPDATE sitabcct set nunumdoc = '80050367' where nunumdoc = '80050367'
--
Un Saludo, V�ctor Koch
"Luis Mata" <lm...@cclf.com.pe> escribi� en el mensaje
news:%23DI9yRj...@TK2MSFTNGP04.phx.gbl...
"Luis Mata" <lm...@cclf.com.pe> escribi� en el mensaje
news:%23DI9yRj...@TK2MSFTNGP04.phx.gbl...
No se si tiene que ver pero te das cuenta que estas haciendo select de una
tabla diferente a la que haces update?
"Luis Mata" <lm...@cclf.com.pe> wrote in message
news:#DI9yRjX...@TK2MSFTNGP04.phx.gbl...
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 4577 (20091105) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4577 (20091105) __________
The message was checked by ESET NOD32 Antivirus.
Luis
"Aguardientico" <gusgon1 at nospam dot com> escribi� en el mensaje de
noticias news:ODec$GnXKH...@TK2MSFTNGP06.phx.gbl...