Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テーブルproduct(prodID、stock、createdDate type DATETIME)があります
現在の日付のテーブルからすべてのレコードを検索したい
ありがとう
これは現在の日付に丸められます。
... WHERE createdDate >= dateadd(dd, datediff(dd, 0, GetDate()), 0)
GetDate
datediff(dd, 0, GetDate()), 0)
dateadd(dd