Programming with Talha Tanweer
Asp.net
Ado.net
C#
Sql
Entity Framework
Articles
Question & answers
Forums
How to
Sunday, 2 February 2014
Space Function in Sql Server
Returns a string of repeated
spaces
Syntax:
Select
FirstName
+
Space
(
1
)
+
LastName
from
Person
IF
FirstName
is
Talha
and
LastName
is
Tanweer
than Result would be:
Talha Tanweer
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment