you are provided with the single table having say 4 col ie
fname lname age city , now the all records with displying of
only fname and lname is required but in this format say my
name is abhay khanna it will come like this
abhay-khanna
rahul-roy
gaurav-singh
the above format is required
Answer Posted / sudhakar
use replace function
select replace(a,' ','-') from sub_string
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is an execution plan?
What are sub reports?
What is RAID? What are the different types of RAID configurations?
What is the difference between seek predicate and predicate?
What are different types of data sources?
What is the optimization being performed in oracle and SQL Server?
What is the difference between an index and a unique index?
How to enable tcp/ip protocol on a sql server?
What is the syntax for encrypting a column in SQL Server?
Define Wed Edition in SQL Azure?
How many cores do I need for sql server 2016?
What are the approximate numeric data types?
What is ms sql server index?
How many non clustered indexes there can be on table ?
System requirements for sql server 2005 express edition?