Are column and table name case sensitive in MySQL?

后端 未结 5 1040
遥遥无期
遥遥无期 2020-11-28 09:04

If I have a column names called category_id and Category_Id, are they different?

And if I have table called category and

5条回答
  •  离开以前
    2020-11-28 09:34

    You might find this necessary to read. It is possible to set the case sensitivity in MySQL but it really is only a problem when you work in multiple environments.

提交回复
热议问题