Cuestión : AYUDA DEL SINTAXIS DE LA DECLARACIÓN DE CASO DEL SQL - SERVIDOR 2005 DEL SQL

Hola los expertos,

I tienen una declaración de caso aquí, y estoy intentando encajar un condicional y una declaración en ella, y una no sure cómo dar formato al código. ¿el

I consigue el error de sintaxis inválido por supuesto en el primer “y” characters.

Thoughts? ¡Gracias!
del
prescription_audit.operation_type del CASO del
del

select CUANDO “P” y pharmacy_mstr.name tienen gusto de “%mail el order%” ENTONCES “2”  -- para el order
del correo CUANDO “P” y pharmacy_mstr.name no tienen gusto de “%mail el order%” ENTONCES “1”  -- para el pharmacy
CUANDO “E” ENTONCES “0” -- para el erx
CUANDO “F” ENTONCES “1” -- para el fax
'0 '
TERMINAN COMO el prescription_audit de Patient_Eligibility

from, pharmacy_mstr
where etc etc
class= del

Respuesta : AYUDA DEL SINTAXIS DE LA DECLARACIÓN DE CASO DEL SQL - SERVIDOR 2005 DEL SQL

selecto
            CASO CUANDO prescription_audit.operation_type = “P” Y pharmacy_mstr.name tienen gusto de “%mail el order%” ENTONCES “2”  -- para el pedido por correo
            CUANDO prescription_audit.operation_type = “P” y pharmacy_mstr.name no tienen gusto de “%mail el order%” ENTONCES “1”  -- para la farmacia
            CUANDO prescription_audit.operation_type = “E” ENTONCES “0” -- para el erx
            CUANDO prescription_audit.operation_type = “F” ENTONCES “1” -- para el fax
            “0”
           EXTREMO COMO Patient_Eligibility

de prescription_audit, pharmacy_mstr
donde etc etc
Otras soluciones  
 
programming4us programming4us