I cant figure out how to do the following selection in sql:
Table:
id score1 score2 score3
0 null null 3
0 1 null 3
1 null 2 null
select:
id score1 score2 score3
0 1 null 3
1 null 2 null
Thanks,
James
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Aggregate the values using
MAX