What is the return type of Left function?

 Posted by vishalneeraj-24503 on 3/17/2014 | Category: Sql Server Interview questions | Views: 1994 | Points: 40
Answer:

Left function either returns varchar datatype when String Value i.e. first expression in Left function parameter is a non-Unicode character data type.

Or returns nvarchar datatype when String Value is a Unicode character data type.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response