Condition Clause - Amazon Kinesis Data Analytics SQL Reference
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Condition Clause

Referenced by:

A condition is any value expression of type BOOLEAN, such as the following examples:

  • 2<4

  • TRUE

  • FALSE

  • expr_17 IS NULL

  • NOT expr_19 IS NULL AND expr_23 < expr>29

  • expr_17 IS NULL OR ( NOT expr_19 IS NULL AND expr_23 < expr>29 )