Forum Discussion
JonGunnar
4 years agoFrequent Visitor
New columns like subquery
Hi, I simply need to achieve as shown in picture. In sql I would simply write select c.customer ,(select e.product_id from product e where e.product_id = c.product_id and e.productgroup = 'Elce...
- 4 years ago
sandee
You can merge these two tables as a new query and get the desired results.
I have attached the file