Hello.
I’m new to SQL and I’m trying to find a solution how to get data from table3 to table 1 using table2 as a reference. Here’s my example:
table3
ID Color
1 Red
2 Blue
3 Black
4 Green
table2
ProductID ColorID
A 1
B 2
C 3
B 2
in table 3 I only have a ProductID and would like to have this situation:
ProductID Color
A Red
B Blue
C Black
B Blue
How is this done in Libreoffice? I appreciate the replies in advance.