Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有如下声明
select * from table where column in (select other_column from other_table)
但我希望这仅在“二进制”列等于 other_column 时匹配。有点像“binary like”,但对于“in”运算符。
我希望这个问题很清楚。谢谢 :)