I have a simple query that I am running in SQL Server 2017 with a multiple condition join that looks like this:
select top 100 * FROM TABLE1 t1 LEFT JOIN TABLE2 t