SELECT UCASE (ColumnName) FROM TableName
SELECT LCASE (ColumnName) FROM TableName
Login to post response