First page Back Continue Last page Overview Text

Notes:


Not all databases support using IN with multiple columns. For those databases that don't support that, you need to emulate the support by using using equality expressions ANDed together for each pair, and all of those expressions ORed together.