initcap in sql server code example
Example: initcap in sql
INITCAP (CAPITAL LETTER FIRST)
SELECT INITCAMP (last_name)
From Employees;
will return capital letter last names first
INITCAP (CAPITAL LETTER FIRST)
SELECT INITCAMP (last_name)
From Employees;
will return capital letter last names first