mysql查询问题 2025-07-15 作者 Y Y 142 字 本文最后编辑于 前,其中的内容可能需要更新。 mysql查询问题 123下面的查询结果,会取xx的交集结果= (xx = 1)SELECT xx from table where xx in(1,2) and xx in(-1,1)SELECT xx from table where xx in(1,2) and xx = 1 < 上一篇