<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>wildcards Archives - Creatronix</title>
	<atom:link href="https://creatronix.de/tag/wildcards/feed/" rel="self" type="application/rss+xml" />
	<link>https://creatronix.de/tag/wildcards/</link>
	<description>My adventures in code &#38; business</description>
	<lastBuildDate>Thu, 09 Oct 2025 15:00:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>SQL-LIKE and wildcards</title>
		<link>https://creatronix.de/sql-like-and-wildcards/</link>
					<comments>https://creatronix.de/sql-like-and-wildcards/#respond</comments>
		
		<dc:creator><![CDATA[Jörn]]></dc:creator>
		<pubDate>Fri, 18 Oct 2019 15:51:12 +0000</pubDate>
				<category><![CDATA[Data Science & SQL]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wildcards]]></category>
		<guid isPermaLink="false">http://creatronix.de/?p=1367</guid>

					<description><![CDATA[<p>This article is part of my SQL-Tutorial Motivation Sometimes you need to retrieve data from a database without knowing the exact string to look up so wildcards for the rescue Underscore Se_en represents a pattern with a wildcard character. The _ means you can substitute any individual character here without breaking the pattern. It matches&#8230;</p>
<p>The post <a href="https://creatronix.de/sql-like-and-wildcards/">SQL-LIKE and wildcards</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This article is part of my <a href="https://creatronix.de/sql-tutorial/">SQL-Tutorial</a></p>
<h3>Motivation</h3>
<p>Sometimes you need to retrieve data from a database without knowing the exact string to look up</p>
<p>so wildcards for the rescue</p>
<h3>Underscore</h3>
<p><code>Se_en</code> represents a pattern with a <em>wildcard</em> character.</p>
<p>The <code>_</code> means you can substitute any individual character here without breaking the pattern.</p>
<p>It matches exactly one character.</p>
<p>The names <code>Seven</code> and <code>Se7en</code> both match this pattern.</p>
<h3>Percentage sign</h3>
<p>The percentage sign <code>%</code> is another wildcard character that can be used with <code>LIKE</code>.</p>
<p>It matches one or more characters</p>
<p>The post <a href="https://creatronix.de/sql-like-and-wildcards/">SQL-LIKE and wildcards</a> appeared first on <a href="https://creatronix.de">Creatronix</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://creatronix.de/sql-like-and-wildcards/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
