本文介绍了sql列外壳问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在两个表中有一个包含相同值的列。
但是外壳是不同的..有些是大写的,有些是小的。
它的大写一张桌子和另一张桌子......随机!
如何在同一箱子中制作两张桌子?
请记住两个不同表中的列中存在相同的数据..但不同的外壳。
I have a column in two tables which contain the same values.
But the casing is different..some are capitalized and some are small.
its capitalized in one table and small in the other..so random!.
How do I make both of them in the same case?
Remember same data exists in the column in two different tables..but different casing.
推荐答案
这篇关于sql列外壳问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!