05/11/2013, 10:21
|
| 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: Como dar valor a un DECLARE @variable ?
Código SQL:
Ver originalDECLARE @StatusAux VARCHAR(20) IF @STATUS <> '' SET @StatusAux = 'AND Status = ' + @STATUS ELSE SET @StatusAux = ''
__________________ What does an execution plan say to t-sql query? Go f**k yourself, if you are not happy with me |