-
Notifications
You must be signed in to change notification settings - Fork 0
assign_result
jeremywinters edited this page Aug 23, 2017
·
2 revisions
description:
execute a SQL statement that returns a single value, store that value in a variable
parameters:
- required - variable name to store first value returned
behavior:
- first column of first row retrieved is assigned to variable... regardless of result set dimensions
examples:
/*-assign_result public_test_count-*/
select count(*) from public.test;
/*-assign_result a_string_value-*/
select 'some string';
- assign
- assign_result
- execute
- execute_if
- test
- exit_if
- exit_step_if
- recordset
- remove_recordset
- iterate
- on_error
Configuration
-
Command Reference