SELECT a.* FROM schema.table1 a LEFT JOIN ( SELECT a* FROM schema.table1 a JOIN schema.table2 b ON a.col1 = b.col1 WHERE a.col1= <[Parameters].[