Skip to content
Advertisement

How to display and link two sql tables?

I’m trying to display genres from a “Genre” Table in SQL to my main table I found a way to do it with one item but I cannot find a way to do it with multiple genres

I got an error from this and I don’t know how to fix it.

My SQL database: enter image description here enter image description here

Advertisement

Answer

Do a LEFT JOIN for each genre:

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement