SELECT V1.col1, V2.col2, V3.col3 FROM View1 V1 INNER JOIN View2 V2 ON V1.Col1 = V2.Col1 INNER JOIN View3 V3 ON V1.Col2 = V3.col3
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)