TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Are MySQL columns names sometimes case sensitive?
1 点
作者
andyjih_
将近 4 年前
1 comment
monkeydata
将近 4 年前
it only matters when you quote the column name. SELECT a."This_Col" = b.this_col FROM table a JOIN "Table" b;