skip to main
|
skip to sidebar
The all purpose blog
Friday, March 13, 2009
Concatenate Rows Into A String Variable
DECLARE @Course varchar(Max)
SELECT @Course = COALESCE(@Course + ' , ', '') + Course_Name
FROM Course
where Course_Name like 'B%'
print @Course
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
►
2011
(14)
►
December
(2)
►
October
(6)
►
September
(4)
►
August
(1)
►
February
(1)
►
2010
(8)
►
April
(1)
►
March
(5)
►
February
(2)
▼
2009
(39)
►
October
(8)
►
September
(2)
►
August
(2)
►
July
(2)
►
May
(1)
►
April
(5)
▼
March
(14)
Bind Link Button In DataGrid With Java Script
Which methods are fired during the page load?
Which is the top .NET class ?
Naming Conventions
Error ! there is no editor is available for .cs m...
What is the difference between an interface and ab...
What is property ?
What is an abstract class?
How to find if variable exist or null in javascript ?
Concatenate Rows Into A String Variable
Run Stored Procedure In Asp.net With Parameters
Restrict length of multiline textbox in asp.net
Use Of TabStrip In Asp.Net
How to get ASP.NET Page Name at Runtime
►
February
(4)
►
January
(1)
►
2008
(69)
►
December
(5)
►
November
(8)
►
October
(9)
►
September
(9)
►
August
(38)
About Me
Mahmad Khoja
Khoja Mahmadhusen.A Software Developer (BCA,MscIT,MCP 2.0).
View my complete profile
No comments:
Post a Comment