|
-----Original Message-----with
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
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 ncnotlthe
where ncnlnorn = :wnnorn and ncnldtpco = :wndtpco
anyone now if its possible to ignore this - ncnlnorn = :wnnorn -
when
field has no information and pass to the other condition.
As an Amazon Associate we earn from qualifying purchases.
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.