<?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>DESC &#8211; Citra Air Nusantara (CAN)</title>
	<atom:link href="https://citanusantara.id/tag/desc/feed/" rel="self" type="application/rss+xml" />
	<link>https://citanusantara.id</link>
	<description>Inovasi tanpa batas, solusi cerdas</description>
	<lastBuildDate>Sat, 03 Sep 2022 10:53:13 +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>DESC &#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>Order By Dalam Database &#8211; Sistem Basis Data #13</title>
		<link>https://citanusantara.id/2022/09/03/order-by-dalam-database-sistem-basis-data-13/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 03 Sep 2022 10:53:13 +0000</pubDate>
				<category><![CDATA[Sistem Basis Data]]></category>
		<category><![CDATA[ASC]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DATABASE & MYSQL]]></category>
		<category><![CDATA[DESC]]></category>
		<category><![CDATA[ORDER BY]]></category>
		<guid isPermaLink="false">https://abdulrahmann.com/?p=1231</guid>

					<description><![CDATA[Order by bisa diartikan Diurutkan Berdasarkan Data yang kita punya. Syntax SQL Contoh-nya]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Order by bisa diartikan Diurutkan Berdasarkan Data yang kita punya.</p>



<p class="wp-block-paragraph">Syntax SQL</p>



<pre class="wp-block-code"><code>SELECT &#91;Nama Kolom]
FROM &#91;Nama Tabel]
WHERE &#91;Kondisi]
ORDER BY &#91;Nama Kolom] &#91;ASC | DESC]
</code></pre>



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



<pre class="wp-block-code"><code>SELECT *
FROM pembelian
ORDER BY id ASC

// atau

SELECT *
FROM `pembelian`
WHERE barang = "sepatu"
ORDER BY id DESC</code></pre>



<figure class="wp-block-image aligncenter size-full"><img fetchpriority="high" decoding="async" width="861" height="449" src="https://citanusantara.id/wp-content/uploads/2022/09/image-32.png" alt="" class="wp-image-1232" srcset="https://citanusantara.id/wp-content/uploads/2022/09/image-32.png 861w, https://citanusantara.id/wp-content/uploads/2022/09/image-32-300x156.png 300w, https://citanusantara.id/wp-content/uploads/2022/09/image-32-768x401.png 768w" sizes="(max-width: 861px) 100vw, 861px" /><figcaption>Menampilkan data dari tabel pembelian berdasarkan ID dan hasilnya diurutkan dari yang terbesar ke yang terkecil</figcaption></figure>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="864" height="453" src="https://citanusantara.id/wp-content/uploads/2022/09/image-33.png" alt="" class="wp-image-1233" srcset="https://citanusantara.id/wp-content/uploads/2022/09/image-33.png 864w, https://citanusantara.id/wp-content/uploads/2022/09/image-33-300x157.png 300w, https://citanusantara.id/wp-content/uploads/2022/09/image-33-768x403.png 768w" sizes="(max-width: 864px) 100vw, 864px" /><figcaption>Menampilkan data dari tabel pembelian berdasarkan ID_KONSUMEN dan hasilnya diurutkan dari yang terkecil ke yang terbesar</figcaption></figure>



<figure class="wp-block-image aligncenter size-full"><img decoding="async" width="864" height="454" src="https://citanusantara.id/wp-content/uploads/2022/09/image-34.png" alt="" class="wp-image-1234" srcset="https://citanusantara.id/wp-content/uploads/2022/09/image-34.png 864w, https://citanusantara.id/wp-content/uploads/2022/09/image-34-300x158.png 300w, https://citanusantara.id/wp-content/uploads/2022/09/image-34-768x404.png 768w" sizes="(max-width: 864px) 100vw, 864px" /><figcaption>Menampilkan data dari tabel pembelian yang biayanya kurang dari 150000 berdasarkan ID_KONSUMEN dan hasilnya diurutkan dari yang terkecil ke yang terbesar</figcaption></figure>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1231</post-id>	</item>
	</channel>
</rss>
