Today, I am somewhat dumb, I tried by actually firing the query but somehow not became confident.
Query 1:
select * from table_1 left outer join table_2 ON `1=1;
Query 2:
select * from table_1 OUTER APPLY table_2;
Is this two same? Can I write Query 1 in some other way (without using 1=1) ?