I am having problem regarding on how would i create a store procedure that can return only the first letter of each word on a data.
ex. Community Service
the return data must be CS.
how would i create a simple sql statement for this query.
ex. Community Service
the return data must be CS.
how would i create a simple sql statement for this query.
Comment