Y
Hacker News
new
|
ask
|
show
|
jobs
by
jodrellblank
303 days ago
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%';