SQL中join加where时的一个小坑

今天工做的时候遇见了一个很是神奇的问题,简单来讲我写的SQL是这样的web select f.id, p.id from table1 as f full join table2 as p on f.id = p.id where f.date >= '{}' and p.dat
相关文章
相关标签/搜索