Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/08/2005, 12:34
Avatar de Myakire
Myakire
Colaborador
 
Fecha de Ingreso: enero-2002
Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses
Puntos: 146
Una forma:
Select * from Facturas where StatusPrecio <> 'N'

Otra forma:
Select * from Facturas where StatusPrecio not in (Select * from facturas where StatusPecio = 'N')

Slaudos