今年最离奇的 SQL 发现? 你知道有时候我们想在两个列上进行过滤,比如 "from_address = 0x123 或 to_address = 0x123"... 结果你可以这样做: where 0x123 in (from_address, to_address)