Re: one of values ...

From: Luuk <luuk_at_invalid.lan>
Date: Tue, 4 Oct 2016 20:51:30 +0200
Message-ID: <57f3fa29$0$939$e4fe514c_at_news.xs4all.nl>


On 03-10-16 10:43, Remigio wrote:
> Hi,
> on a SELECT statement I want to use three different instructions on WHERE clause:
> field A must be <> 5
> field B and /or field C must be <> 0
> How do I write the sql for this?
> thank you very much

SELECT ....
WHERE A<>5 AND (B<>0 OR C<>0) Received on Tue Oct 04 2016 - 20:51:30 CEST

Original text of this message