MySQL Forums
Forum List  »  Newbie

Re: Filter to show just one column
Posted by: Igor Kramarsich
Date: March 04, 2017 10:34AM

Maybe not.

I have
SELECT * FROM mytable WHERE column1=criteria1 and column2=criteria2

and ... have to add query to show only column from criteria3. Criteria3 is choose from list, so ever will show result, list of all input for this column. So sometimes will show list from column3, sometimes from column23. This is my problem :)

Options: ReplyQuote


Subject
Written By
Posted
Re: Filter to show just one column
March 04, 2017 10:34AM


Sorry, you can't reply to this topic. It has been closed.

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.