<?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>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 23:29:33 GMT</lastBuildDate><atom:link href="http://direct.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>http://direct.ecency.com/hive-169321/@lauweded/use-of-the-while-loop</link><guid isPermaLink="true">http://direct.ecency.com/hive-169321/@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://images.ecency.com/p/Zskj9C56UonZ32EJw6nMcm9UJXZFc4FvMtk6wyeAAeSvtyoCcYrTLR4fkP21VVj4YXJkewZfG6zRHkUwmcvqXP4Kym3WLeB4PLGEwkbyBwkFoqMs2udg?format=match&amp;mode=fit" length="0" type="false"/></item></channel></rss>