Quantcast
Channel: Excel IT Pro Discussions forum
Viewing all articles
Browse latest Browse all 11829

Excel Query case sensitive problem

$
0
0

HI all I am writing query in excel to join table. however I find it is case sensitive.  which cause many trouble.

how to make it case incensitive.

SELECT *
FROM `C:\compare.xlsx`.`sheet1$` a
left join `C:\compare.xlsx`.`sheet2$` b
on a.`name`=b.`name`
union
SELECT *
FROM `C:\compare.xlsx`.`sheet1
right join `C:\compare.xlsx`.`sheet2$` d
on c.`name`=d.`name`


Viewing all articles
Browse latest Browse all 11829

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>