SQL - SQLZoo - How to do the various "Select from World" queries

SQL - SQLZoo - How to do the various "Select from World" queries

David Benson

3 года назад

8,971 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@johnlorenzperez7181
@johnlorenzperez7181 - 01.10.2022 06:16

Thank you for making it easier to learn ♥️

Ответить
@codmiester
@codmiester - 23.01.2023 22:37

thank you! very helpful

Ответить
@dreamwantstobecoder1534
@dreamwantstobecoder1534 - 29.06.2023 06:10

Name and capital have the same length 6/2023
I can only use LEN instead of LENGTH, but it doesn't show the smiley even though my sql code doesn't look any problem
SELECT name, capital
FROM world
WHERE len(name) = len(capital);
can you help me pls :((

Ответить
@student-cristianowilliamso6416
@student-cristianowilliamso6416 - 10.10.2023 13:56

Thanks man!

Ответить