Ver Mensaje Individual
  #16  
Antiguo 07-09-2011
AnuardMichelen AnuardMichelen is offline
Miembro
NULL
 
Registrado: jul 2011
Posts: 38
Reputación: 0
AnuardMichelen Va por buen camino
Hey amigos muchas gracias de esa manera lo podre solucionar.
Gracias a todos.


Código SQL [-]
SELECT PS.id_servicio AS SERVICIO, PS.PRECIO_REGULAR AS PRECIO_ORIGINAL,
PS.PRECIO_REGULAR - (PS.PRECIO_REGULAR * 0.15) AS NUEVO_PRECIO
FROM PLANES_SERVICIOS PS
WHERE PS.ID_SERVICIO = '4682'
AND PS.id_plan = 'PLANMSTRO'

Le agregue lo del ps.id_plan.

Gracias.
Responder Con Cita