我的任务是返回车龄超过三年的汽车数量 public IActionResult Report() { var result = _context.Cars.FromSqlRaw("SELECT COUNT(*) from Car where (DATEDIFF(DAY, ...
確定! 回上一頁