使用jpa的@Query注解查询数据库中datatime类型数据报错Unknown column 'startTime' in 'where clause'
今天使用jpa的@Query这个注解查询数据时,sql语句语法出现了错误,记录下来。我的错误写法是这样的@Query(value="select*fromtbwhereDATE_FORMAT(start_time,'%Y-%m-%d')=DATE_FORMAT(startTime,'%Y-%m-%d')",nativeQuery=true)ListfindByStartTime(Datestart