Thursday, June 5, 2014
Use of function 'LEFT' in SQL 2008 R2
-- Use of LEFT function
select
LEFT(
'WindowXP'
,
1
)
as
LEFTOUT
-- In above function LEFT which removes the characters in a string variable from the starting point mentioned next to the string variable such as 1
Results is
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment