Help on Dynamic Pivot #3373
Unanswered
kharrync12
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have
employees
table andemployees_additional_info
table (name-value pair with keyemployee_id
- reference toemployees.id
.In MySQL, I can do this to include the name from employees_addtional_info as additional columns when I select from employees:
How can I do this to create my plain table
employees_index
? I tried using below configuration, but am getting error during indexing.Here is the error:
Beta Was this translation helpful? Give feedback.
All reactions