I got the error while running the below query
select name, right(subject,4) as sub from students group by name, sub
↧
query issue
↧
I got the error while running the below query
select name, right(subject,4) as sub from students group by name, sub