What is the datatype of ''
in sql server and does performance hit when concatenating nvarchar
, varchar
, and ''
.
What are the implicit conversions here?
What is the datatype of ''
in sql server and does performance hit when concatenating nvarchar
, varchar
, and ''
.
What are the implicit conversions here?