1

假设我有如下声明

select * from table where column in (select other_column from other_table)

但我希望这仅在“二进制”列等于 other_column 时匹配。有点像“binary like”,但对于“in”运算符。

我希望这个问题很清楚。谢谢 :)

4

2 回答 2

1
于 2012-07-07T23:42:00.360 回答
1
于 2012-07-08T00:13:57.407 回答