Column_Name BETWEEN @StartDate AND @EndDate.
这是因为@EndDate = 00:00:00.000的时间,这并不会拾取当天的所有值.
如何将@EndDate(始终为00:00:00.000)转换为始终为日期23:59:59.999?