<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>https://ecency.com</link><image><url>https://ecency.com/logo512.png</url><title>RSS Feed</title><link>https://ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 03:49:18 GMT</lastBuildDate><atom:link href="https://ecency.com/created/devgirl/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[Use of the While Loop with SQL]]></title><description><![CDATA[A little reminder of how to use while loop with SQL. Basic structure DECLARE @Count INT SET @Count = 0 WHILE(@Count < 11) BEGIN PRINT 'I have walked ' + CONVERT(VARCHAR, @Count) + ' meters today' SET]]></description><link>https://ecency.com/@lauweded/use-of-the-while-loop</link><guid isPermaLink="true">https://ecency.com/@lauweded/use-of-the-while-loop</guid><category><![CDATA[hive-169321]]></category><dc:creator><![CDATA[lauweded]]></dc:creator><pubDate>Sat, 24 Apr 2021 10:49:54 GMT</pubDate><enclosure url="https://i.ecency.com/DQmSNrhPrkyjZGYUbxB9sBqwtMx1hUEHiBHLoRu3BxmMVPv/capture.png" length="0" type="image/png"/></item></channel></rss>