Include row value in a string with single quotes
I have to use table row values in a where condition as below.Row value should come in commas with single quotes
Table structure
Column1
ABC
Def
Ghi
Jkl
Required query :
Select * from Table2 where value in ('ABC','Def','Ghi','Jkl')