Sql 1 gün sonraki kayıt

select * from ebwhere dt>= GETDATE() and dt<= DateAdd(DAY, 1, GETDATE())

Yorumlar