First page Back Continue Last page Overview Graphics


Notes:

Not all databases support IS TRUE and IS NOT TRUE, so on the databases that don't support them, you have to emulate IS NOT TRUE by using an not equals expression with whatever the true value is ORed with an IS NULL expression.