Search Results

1
vote

SQL changing a value to upper or lower case

SQL SERVER 2005: print upper('hello'); print lower('HELLO'); …