xxxxxxxxxx
Reasons :
same like python
can use for web apps
xxxxxxxxxx
-- Filter records where the column 'name' contains all vowels
SELECT name FROM world
WHERE LOWER(name) REGEXP '^(?=.*a)(?=.*e)(?=.*i)(?=.*o)(?=.*u)$';
xxxxxxxxxx
I love ruby , what about you?
It is OOP and very easy to learn
can be used for web apps with ruby on rails