
01/07/2004, 15:36
|
| | Fecha de Ingreso: agosto-2003
Mensajes: 448
Antigüedad: 21 años, 10 meses Puntos: 1 | |
Y no podes poner algo así?:
if @var = null then
select * from companias where cve_cia is null
else
select * from companias where cve_cia=@var
end if |