row concatenation

Avoid Use of While Loops to get a Comma Seperated list of rows

Problem Detail In the morning at your workplace, your manager or any colleague comes to you and asks to get the list of all the dates in a comma separated list. Now the first and the quickest way of getting the output which will knock us is using a loop to get the list. In

Avoid Use of While Loops to get a Comma Seperated list of rows Read More »