Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/12/2010, 10:31
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: Ayuda con sintaxis en SQLyog

Problema 1 :
UPDATE creature_template SET `faction_A` = '35' WHERE entry between 500000 and 500144

Problema 2:
UPDATE item_template SET `stat_value1` = t1.total
from
(
select stat_value1 / 3 as total from item_template
WHERE stat_type1 = 35 ;
) as t1


Saludos!