MySQL Forums
Forum List  »  Newbie

Re: Pass Complex Parameters | Your Suggestion Please
Posted by: Jassim Rahma
Date: April 10, 2023 02:31PM

Sorry Barry maybe I was not able to explain it

What I want is to pass all values from my .NET app

and inside MySQL, I want to check like this

SELECT [my rows]
FROM [table]
JOIN [tables]
WHERE
[IF nationality is set the add it to WHERE otherwise ignore]
AND [IF gender is set the add it to WHERE otherwise ignore]
AND [IF country is set the add it to WHERE otherwise ignore]

Options: ReplyQuote


Subject
Written By
Posted
Re: Pass Complex Parameters | Your Suggestion Please
April 10, 2023 02:31PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.