<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: String parsing	</title>
	<atom:link href="https://lobsterpot.com.au/blog/2025/10/21/string-parsing/feed/" rel="self" type="application/rss+xml" />
	<link>https://lobsterpot.com.au/blog/2025/10/21/string-parsing/</link>
	<description></description>
	<lastBuildDate>Tue, 10 Mar 2026 01:43:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Rob Farley		</title>
		<link>https://lobsterpot.com.au/blog/2025/10/21/string-parsing/#comment-23023</link>

		<dc:creator><![CDATA[Rob Farley]]></dc:creator>
		<pubDate>Tue, 10 Mar 2026 01:43:07 +0000</pubDate>
		<guid isPermaLink="false">https://lobsterpot.com.au/?p=6304#comment-23023</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://lobsterpot.com.au/blog/2025/10/21/string-parsing/#comment-20055&quot;&gt;Thomas Franz&lt;/a&gt;.

Yes - without a FROM or WHERE, a scalar subquery can be CROSS APPLY instead of OUTER APPLY. But I mention OUTER because sometimes (just not in this example) I might have a table of numbers involved, and maybe have zero rows in some cases.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://lobsterpot.com.au/blog/2025/10/21/string-parsing/#comment-20055">Thomas Franz</a>.</p>
<p>Yes &#8211; without a FROM or WHERE, a scalar subquery can be CROSS APPLY instead of OUTER APPLY. But I mention OUTER because sometimes (just not in this example) I might have a table of numbers involved, and maybe have zero rows in some cases.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Thomas Franz		</title>
		<link>https://lobsterpot.com.au/blog/2025/10/21/string-parsing/#comment-20055</link>

		<dc:creator><![CDATA[Thomas Franz]]></dc:creator>
		<pubDate>Mon, 27 Oct 2025 13:36:09 +0000</pubDate>
		<guid isPermaLink="false">https://lobsterpot.com.au/?p=6304#comment-20055</guid>

					<description><![CDATA[in your example you could have used CROSS APPLY (similar to INNER JOIN) instead of OUTER APPLY (= LEFT JOIN), since the simple calculations done, will always produce a single return line]]></description>
			<content:encoded><![CDATA[<p>in your example you could have used CROSS APPLY (similar to INNER JOIN) instead of OUTER APPLY (= LEFT JOIN), since the simple calculations done, will always produce a single return line</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
