Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/07/2004, 15:36
victork_py
 
Fecha de Ingreso: agosto-2003
Mensajes: 448
Antigüedad: 21 años, 3 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