Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weather Observation Station 5-MySQL not working #51

Open
sree-hari-s opened this issue Mar 27, 2023 · 1 comment
Open

Weather Observation Station 5-MySQL not working #51

sree-hari-s opened this issue Mar 27, 2023 · 1 comment

Comments

@sree-hari-s
Copy link

Code provided only works on db2 not on mysql

@rohit465
Copy link

rohit465 commented Aug 5, 2023

select CITY,LENGTH(CITY) from STATION order by Length(CITY) asc, CITY limit 1;
select CITY,LENGTH(CITY) from STATION order by Length(CITY) desc, CITY limit 1;

Check for this,
This works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants