<?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>LIKE &#8211; Citra Air Nusantara (CAN)</title>
	<atom:link href="https://citanusantara.id/tag/like/feed/" rel="self" type="application/rss+xml" />
	<link>https://citanusantara.id</link>
	<description>Inovasi tanpa batas, solusi cerdas</description>
	<lastBuildDate>Sat, 03 Sep 2022 11:39:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://citanusantara.id/wp-content/uploads/2024/08/cropped-Icon-CAN-32x32.png</url>
	<title>LIKE &#8211; Citra Air Nusantara (CAN)</title>
	<link>https://citanusantara.id</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">236061052</site>	<item>
		<title>LIKE Pada Database &#8211; Sistem Bais Data #15</title>
		<link>https://citanusantara.id/2022/09/03/like-pada-database-sistem-bais-data-15/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Sep 2022 11:39:34 +0000</pubDate>
				<category><![CDATA[Sistem Basis Data]]></category>
		<category><![CDATA[LIKE]]></category>
		<guid isPermaLink="false">https://abdulrahmann.com/?p=1244</guid>

					<description><![CDATA[LIKE digunakan untuk mencari data yang kita inginkan. Contoh :]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">LIKE digunakan untuk mencari data yang kita inginkan.</p>



<p class="wp-block-paragraph">Contoh :</p>



<pre class="wp-block-code"><code>SELECT * FROM konsumen WHERE nama LIKE "Abdul"<span style="background-color: inherit; color: initial; font-family: inherit; font-size: inherit;">;</span>

//atau

SELECT * FROM konsumen WHERE nama LIKE ‘A%’;
</code></pre>



<figure class="wp-block-image aligncenter size-full"><img fetchpriority="high" decoding="async" width="610" height="311" src="https://citanusantara.id/wp-content/uploads/2022/09/image-38.png" alt="" class="wp-image-1245" srcset="https://citanusantara.id/wp-content/uploads/2022/09/image-38.png 610w, https://citanusantara.id/wp-content/uploads/2022/09/image-38-300x153.png 300w" sizes="(max-width: 610px) 100vw, 610px" /><figcaption>Menampilkan data yang nama nya seperti Abdul Rahman</figcaption></figure>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="612" height="298" src="https://citanusantara.id/wp-content/uploads/2022/09/image-39.png" alt="" class="wp-image-1246" srcset="https://citanusantara.id/wp-content/uploads/2022/09/image-39.png 612w, https://citanusantara.id/wp-content/uploads/2022/09/image-39-300x146.png 300w" sizes="(max-width: 612px) 100vw, 612px" /><figcaption>Menampilkan semua data dari tabel konsumen yang nama depannya ada huruf A</figcaption></figure>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="843" height="380" src="https://citanusantara.id/wp-content/uploads/2022/09/image-40.png" alt="" class="wp-image-1247" srcset="https://citanusantara.id/wp-content/uploads/2022/09/image-40.png 843w, https://citanusantara.id/wp-content/uploads/2022/09/image-40-300x135.png 300w, https://citanusantara.id/wp-content/uploads/2022/09/image-40-768x346.png 768w" sizes="(max-width: 843px) 100vw, 843px" /><figcaption>Menampilkan semua data dari tabel konsumen yang nama mengandung huruf I</figcaption></figure>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1244</post-id>	</item>
	</channel>
</rss>
