Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 232 Bytes

query_arguments.md

File metadata and controls

6 lines (4 loc) · 232 Bytes

Bind Args

.sq files use the exact same syntax as PostgreSQL, including bound arguments. If a statement contains bind args, the associated method will require corresponding arguments.

{% include 'common/query_arguments.md' %}