× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Actually, Mike's idea works to do exactly what you want--although it's
somewhat wordy. You just surround each condition in parentheses and do an or
with the value compared to the literal ' '.

Michael Quigley
Computer Services
The Way international
www.TheWay.org

-----Original Message-----

message: 7
date: Sun, 8 Mar 2020 04:43:21 +0000
from: M?nica Anast?cio <monicaanastacio@xxxxxxxxx>
subject: Re: SQL ignore part of WHERE if parameter is null

Imagine u have 5 ou more fiels of selection I want to have just 1 select
with
all the fields and if when a field dont have information, ignore



Mike Jones <mike.jones.sysdev@xxxxxxxxx> escreveu em s?b, 7/03/2020 ?s
17:54 :

Hi Monica,

I think you're looking for something like this:

select * from ncnotl
where ( :wnnorn = ' ' or ncnlnorn = :wnnorn ) and ncnldtpco =
:wndtpco

Mike

On Sat, Mar 7, 2020 at 12:50 AM M?nica Anast?cio <
monicaanastacio@xxxxxxxxx>
wrote:

select * from ncnotl
where ncnlnorn = :wnnorn and ncnldtpco = :wndtpco

anyone now if its possible to ignore this - ncnlnorn = :wnnorn -
when
the
field has no information and pass to the other condition.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.