Hi,
I was asked in an interview,a question from oracle sql.this seemed to be a simple question but i had no clue to answer.could anybody help?
if there is string like "newyork is a beautiful city" in a colum.
select column_name from table_name;
will result
newyork is a beautiful city
what is the query required to give the output as a string with all the first letters. i.e., the output should be
niabc