MySQL Forums
Forum List  »  Stored Procedures

Help me build the SQL query for this one.
Posted by: tishri clarin
Date: October 11, 2017 05:25PM

Hi,

Please help me build this query.


id description
1 valueA
2 valueA
3 valueA
4 valueB


result should be stored on a table or a temporary table like this
[table1 and table2] are related via primary key [id]


[Table1]
id description
1 valueA
2 valueB


[Table2]
id ids
1 1
1 2
1 3
2 4

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Help me build the SQL query for this one.
2999
October 11, 2017 05:25PM


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.