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.
[SQL SERVER]
select top 1 city, LEN(city) from station order by LEN(city) asc, city asc
select top 1 city, LEN(city) from station order by LEN(city) desc, city asc
The above queries when run separately gives the correct answer. however when i run it together i get the following output: can someone help me please?
Amo 3
city
Marine On Saint Croix 21
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 5
You are viewing a single comment's thread. Return to all comments →
[SQL SERVER] select top 1 city, LEN(city) from station order by LEN(city) asc, city asc select top 1 city, LEN(city) from station order by LEN(city) desc, city asc
The above queries when run separately gives the correct answer. however when i run it together i get the following output: can someone help me please?
Amo 3 city
Marine On Saint Croix 21