We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
After seeing answers from others I am shocked no one used CONCAT as in the expected output the expected results is not two columns but a single column containing two values with space.
Here is my answer, Any query improvement is appreciated.
and a count of the number of employees who have earned (which is ) as two space-separated values.
Top Earners
You are viewing a single comment's thread. Return to all comments →
After seeing answers from others I am shocked no one used CONCAT as in the expected output the expected results is not two columns but a single column containing two values with space. Here is my answer, Any query improvement is appreciated.