Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You apparently can in SQLIte though: https://sqlfiddle.com/sqlite/online-compiler and query:

    SELECT LOWER(Name) as LName FROM Product where LName like '%frame%';


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: