Cara Menemukan Tanggal Dari Tabel Tanggal di SQL
SELECT CONVERT(date, getdate());
Dangerous Dugong
SELECT CONVERT(date, getdate());