[MySQL] 테이블명 is not valid at this position expecting an identifier
달쿨
프로젝트에서 character라는 table을 만들고자 했는데 오류가 발생했다. https://dev.mysql.com/doc/refman/8.0/en/keywords.html MySQL :: MySQL 8.0 Reference Manual :: 9.3 Keywords and Reserved Words9.3 Keywords and Reserved Words Keywords are words that have significance in SQL. Certain keywords, such as SELECT, DELETE, or BIGINT, are reserved and require special treatment for use as identifiers such as table and column nam..