-
Notifications
You must be signed in to change notification settings - Fork 0
test
jeremywinters edited this page Apr 14, 2017
·
1 revision
description:
compare single value from SQL statement to an expression... exit script if condition evaluates to false.
parameters:
- required - conditional_operator... = != >= =< > <
- required - expression
behavior:
- single value returned from result set will be compared to expression
- expression can be either a numeric literal, or a variable reference enclosed in braces
examples:
/*-test < 0-*/
select max(batch_id) from staging.ingestion_control;
/*-test < :some_other_batch_id-*/
select max(batch_id) from staging.ingestion_control;
- assign
- assign_result
- execute
- execute_if
- test
- exit_if
- exit_step_if
- recordset
- remove_recordset
- iterate
- on_error
Configuration
-
Command Reference