MySQL Forums
Forum List  »  General

Query Issue
Posted by: Patrick Lorenz
Date: February 06, 2017 01:09PM

Hi guys,

I have a MySQL query issue and need some help.
I have a table called "merkmale" with the following content:

merkmal ausprägung
-----------------------
farbe blau
farbe gelb
groesse M
groesse L
groesse XL

Does anybody know, how the sql query looks like to get the following output:
blau | M
blau | L
blau | XL
gelb | M
gelb | L
gelb | XL

Thank you in advance,
Patrick

Options: ReplyQuote


Subject
Written By
Posted
Query Issue
February 06, 2017 01:09PM


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.