Hello,
I have an assignment to do in Administration Physical layer.
I have a fact table that has two columns: origin and destination.
On the other hand I have a dimension that has two columns: code and description. I have to join code with origin AND destination. When I add two columns with "AND" I have an error that Code can't use more than one.
"CODI"="DESTINATION" AND "CODI"="ORIGIN"
"CODI" Column is used more than once.
How can I fix this?
Thanks