gtbikerider
Technical User
I'm using...
insert into Users FirstName
values ('john')
...to add a value to a db. How would I force an initial capital letter? eg "john" becomes "John". I think its InitCap in sql but I can't figure out the precise syntax.
--
John Carratt
insert into Users FirstName
values ('john')
...to add a value to a db. How would I force an initial capital letter? eg "john" becomes "John". I think its InitCap in sql but I can't figure out the precise syntax.
--
John Carratt