+ 1
Solve SQL query
9.Find the countries that have two "o" characters separated by two other characters
8 Respuestas
+ 1
Mohd Aadil It should be LIKE '%o__o%';
+ 5
What have you tried? did it work?
+ 3
Can you share your query here? maybe we can work something out ...
+ 2
Something like "Cordova" string it has two characters between two "o"s right?
+ 2
Мг. Кнап🌠 thanks❤
+ 1
It didn't work
+ 1
Okay Ipang
SELECT COUNTRY FROM WORLD WHERE COUNTRY LIKE '__o__o'
I'm trying this
+ 1
Мг. Кнап🌠 what next?