

# プリペアドステートメントを使用する
<a name="querying-with-prepared-statements-querying"></a>

準備済みステートメントを使用して、異なるクエリパラメータを使用して同じクエリを繰り返し実行できます。準備済みステートメントにはパラメータプレースホルダが含まれており、それらの値は実行時に提供されます。

**注記**  
ワークグループ内の準備済みステートメントの最大数は 1,000 です。

**Topics**
+ [SQL 構文](querying-with-prepared-statements-sql-statements.md)
+ [Athena コンソールを使用する](querying-with-prepared-statements-executing-prepared-statements-without-the-using-clause-athena-console.md)
+ [AWS CLI の使用](querying-with-prepared-statements-cli-section.md)