Create Prepared Statement
| athena_create_prepared_statement | R Documentation |
Creates a prepared statement for use with SQL queries in Athena¶
Description¶
Creates a prepared statement for use with SQL queries in Athena.
Usage¶
Arguments¶
StatementName[required] The name of the prepared statement.
WorkGroup[required] The name of the workgroup to which the prepared statement belongs.
QueryStatement[required] The query string for the prepared statement.
DescriptionThe description of the prepared statement.
Value¶
An empty list.