Skip to content
Advertisement

MYSQL Select values of sub query result in main query [closed]

My sql query is

Here i want to select list of option_id which are selected in sub query as a new column in main query

Advertisement

Answer

You can use INNER JOIN to do it

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