I am new to SQL and not sure if i am going in the right direction to perform what i want to do. What i want to do is covert a column name "DESC_RT_LINE" to uppercase in a table named "ROUTER_LINE"
UPDATE ROUTER_LINE SET ROUTER_LINE.DESC_RT_LINE = (SELECT UCASE (DESC_RT_LINE) FROM ROUTER_LINE)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.