Help me build the SQL query for this one.
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
Subject
Views
Written By
Posted
Help me build the SQL query for this one.
3250
October 11, 2017 05:25PM
638
October 11, 2017 06:51PM
595
October 11, 2017 08:11PM
601
October 11, 2017 08:22PM
742
October 12, 2017 01:25AM
697
October 12, 2017 10:08AM
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.