June 9, 2011 at 10:48 am
When I am trying to use The UCASE as in MySql IN SQLSERVER it says it is not a predefined function.
SO instead what Should I do so that the data would be changing to UPPERCASE letters
June 9, 2011 at 11:15 am
SELECT UPPER('name') as Name
GO
=> http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=47718
Knowing my objectives, feeling the road's flavors. :w00t:
June 9, 2011 at 11:18 am
wagnerbianchijr (6/9/2011)
GO
=> http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=47718%5B/quote%5D
yup thannks
it worked
June 10, 2011 at 10:52 pm
Some of the most powerful tools in any computer language are found in the built in functions. UPPER is a pretty easy one to miss. My recommendation would be that you curl up with Books Online (the help system that comes with SQL Server) and at least familiarize yourself with all the functions. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply