Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Syntax

CRON_MATCHER(<pattern>;<date>)

The pattern can't be referenced from an existing column.

Description

Checks if the given date matches the given cron expression.

Examples

PatternDateCRON_MATCHER() returns

* * * * *

01/10/2012 10:10

true

10 10 * * *

01/10/2012 10:10

true

10 11 * * *

01/10/2012 10:10

false


  • No labels