UPDATE MyTable SET MyColumn = UPPER(MyColumn)
SELECT upper('Hello World'); -- HELLO WORLD SELECT lower('Hello World'); -- hello world