Sqlserver
 sql >> Teknologi Basis Data >  >> RDS >> Sqlserver

Menghapus catatan duplikat

Anda dapat mencoba kueri berikutnya:

select  SS.sightseeingId, SS.SightseeingName, SS.displayPrice,  MAX(SST.fromDate)
from      tblSightseeings SS inner join 
              tblSightseeingTours SST on SS.sightseeingId =  SST.sightseeingId
where    SS.isActive = 1 and SS.isDisplayOnMainPage = 1
GROUP by SS.sightseeingId, SS.SightseeingName, SS.displayPrice


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. SQL Server:Kolom ke Baris

  2. Masalah dalam membuat dua kolom identitas dalam satu tabel

  3. Menjatuhkan batasan tanpa nama

  4. Membagi fungsi di SQL Server 2008

  5. SQL Server 2008 Windows Auth Login Error:Login berasal dari domain yang tidak tepercaya