Forum Discussion

sunil_murthy's avatar
sunil_murthy
New Contributor
8 years ago

How to fetch matching records where columns matches in two separate excels?

actually i have two excels where one is static and other is dynac where need to fetch values matching on 3 values from static . select * from static where colum1=(select columns 1 from dynamic) and...