今年最奇怪的 SQL 發現? 你知道有時我們想要在兩個欄位上過濾,例如 "from_address = 0x123 或 to_address = 0x123"... 結果你可以這樣做: where 0x123 in (from_address, to_address)