Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/07/2012, 16:16
Avatar de Libras
Libras
Colaborador
 
Fecha de Ingreso: agosto-2006
Ubicación: En la hermosa perla de occidente
Mensajes: 7.412
Antigüedad: 18 años, 3 meses
Puntos: 774
Respuesta: Hacer un Update usando Case!

y si lo haces tipo:

Código SQL:
Ver original
  1. UPDATE tabla
  2. SET campo=t1.dato
  3. FROM
  4. (
  5. SELECT CASE WHEN campo=1 THEN 'si' ELSE no END AS dato, campo FROM tabla
  6. ) AS t1 WHERE tabla.campo=t1.campo

saludos!
__________________
What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me