Click here to Skip to main content
15,914,111 members

Comments by Member 11484114 (Top 4 by date)

Member 11484114 1-Jul-20 10:21am View    
I am planning to use it in C#. Even its in C or python also its fine. I can convert it to C#.
Member 11484114 1-Jul-20 10:20am View    
Hi,
I have edited the question and pasted the code that I have tried which is giving only the partial output. Do u know what I am missing?
Member 11484114 1-Jul-20 10:16am View    
Hi,
I have edited the question and pasted the code that I have tried. But its giving only the partial output. BTW, I have removed multiple tags. Thanks for it.
Member 11484114 27-Feb-15 2:11am View    
Check by using this query,

select * from table_name where (@PLPRLC='All') or (PLPRLC like @PLPRLC)

here, if u pass the parameter @PLPRLC as 'All', you will get all the records including
null or you will get only the records that is @PLPRLC (not null records also)