select * from table1 t1 left join table2 t2 on t1.id > t2.id;
对于这种非等于的情况,是走nested还是Hash??
元芳怎么了
HUH函数