使用insert语句

INSERT INTO read (id, ana_like_number, read_like_number, recommend_desc, book_name, author, read_response, create_time ) VALUES ( `1433232702867484674`, `0`, `0`, `fghh`, `31231`, `2413`, `gfh`, `2021-09-02 08:57:59.11`);

 

发生了如下错误

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 'read  ( id,

 

仔细核对了语法、数据格式后,发现没有任何问题,后来才发现这个在表名“read”上加个双引号就好了,究其原因,就是read是mysql关键字