I work with SQL Server 2000. Pls help
I have 2 tables. I link them with outer join. I have in the second table via:
sea or
air or
road or
'' - empty
How do I retrieve data, in a select, where
via='sea' or via='' ?
If I try not(via='road' or via='air') this brings me only sea, the outer join doesn't take effect.
I have 2 tables. I link them with outer join. I have in the second table via:
sea or
air or
road or
'' - empty
How do I retrieve data, in a select, where
via='sea' or via='' ?
If I try not(via='road' or via='air') this brings me only sea, the outer join doesn't take effect.