I’m writing a utility script that will take a column from a database table and produce a snipped of javascript code. What I would like is to return a value like “First_Name” and camel case it to “firstName”. Is there an easy way to do this in SQL? I’m using T-SQL.
Share
How about this:
Then when you execute it:
returns:
firstName