Results 1 comments of codyliou

單純的用select方式會出現Error: 'DATE_FORMAT' is not a recognized built-in function name. const test = await this.clickLogRepository.createQueryBuilder('click') .select(`DATE_FORMAT(click.createDate,'%Y%m%d')`) .getRawMany(); return test; 參考 http://www.rainsho.cc/blog/0015309585170986b38104a2607421da7884c0705020b66000