9.1.2 SQL Distinct
Beberapa baris bisa mempunyai nilai kolom yang sama, jika kita hanya ingin menampilkan 1 kali untuk 1 nilai kolom yang sama dapat menggunakan SQL Distinct.
Bandingkan hasil dari 2 SQL berikut:
• select kodekategori from produk
• select distinct kodekategori from produk
- Home
- Tutorial Bahasa Indonesia
- _Visual Basic 6 (VB6)
- __VB6 Basic & General
- __VB6 MySQL
- _Visual Basic .NET
- __VB.NET Basic & General
- __VB.NET Ms Access
- __VB.NET MySQL
- __VB.NET Printing
- _ASP.NET
- _C#
- _PHP
- _Flutter
- _MySQL
- _SQL Server
- _SQL Reporting (SSRS)
- English Tutorial
- Youtube Channel
- About Me
- _About Me and This Blog
- _Stories Of Life
- _Portofolio
0 Comments