Bagi pengguna database atau programmer, kadang kita di pusingkan data2 yang double di database kita,
Kalau datanya cuman 10 record sih tidak masalah, bagaimana kalau data anda mencapai ribuan, ratusan ribu? Atau bahkan jutaan.
Tentu akan sangat merepotkan bukan?
Ok, kira2 syntax sqlnya akan seperti ini:
Select kolom1,kolom2,count(*)
From table1 group by kolom1,kolom2
Having count(*) >1
SQL: mencari record yang double di database
You May Also Like
The Easy Way to Type Accents Without Wasting Hours
December 20, 2024
Multimodal Live API demo: GenList
December 19, 2024
More From Author
How to move file in AL11 using SAP abap
November 14, 2024
Red Magic 10 Pro+ display detailed ahead of launch
November 6, 2024
Apple’s Next New iPhone to Debut in the Spring: What to Expect
October 2, 2024
+ There are no comments
Add yours