๐ป ์๋ฌ ๋ฉ์์ง
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'match (distance, match_date, max_start_time, min_start_time, place_id) values ' at line 1
๐ ์์ธ
ํ ์ด๋ธ๋ช ์ธ match ๊ฐ MySQL ์์ฝ์ด์ฌ์ ๋ฌ๋ค.
MySQL ์์ฝ์ด ๋ชฉ๋ก์ ๊ฒ์ํด์ ์ฐพ์ ๊ฒฐ๊ณผ MATCH ๊ฐ ์๋ ๊ฒ์ ํ์ธํ ์ ์์๋ค.
https://zetawiki.com/wiki/MySQL_%EC%98%88%EC%95%BD%EC%96%B4
๐ก ํด๊ฒฐ
@Table(name = "`match`")
`@Table` ์ด๋ ธํ ์ด์ `name`์ ํ ์ด๋ธ ์ด๋ฆ์ ๋ฐฑํฑ(`)์ผ๋ก ๊ฐ์ธ์ค์ ์ค์ ํ๋ค.
๐ ์ฐธ๊ณ ์๋ฃ
https://www.reimaginer.me/entry/JPA-SQL-Error-1064-SQLState-42000