I have the following table structure:
Column1 Column2 Column3
Value1.1 Value2.1 data1
Value1.2 Value2.2 data2
I want use my column1
data as a filter condition column.
How can I write a t-sql query with the following filter conditions :
where Value1.1 = Value2.1
will bring me data1