🌐KR
This document describes how to register and manage Query and Procedure statements.
▶ Plan Control
- The Revision Used feature is controlled by your subscribe Plan.
- The automatic generation feature of Bind variable blocks is controlled by your subcribe plan.
|
Free |
Starter |
Plus |
Pro |
Enterprise |
Revision Used displayed |
Text |
Text |
Text |
Link |
Link |
Bind variable blocks automatic generation |
- |
- |
- |
✓ |
✓ |
▶ Query management
- Registers Query and Procedure statements that control the DB connected through Query.
1) Create Query
- Create a Query object by clicking the + Create Query button at the top right of Query and creating a name and description for the query, and query (Procedure).
- Depending on your development stage (Dev /Stage / Production / Feature / Hotfix), register a query for each.
- Specify a bind parameter in the form of
:varname
.
<aside>
💡 Example: SQL syntax with bind parameter(:a, :b, :c)
SELECT * FROM users WHERE login_channel in (:a, :b, :c);
</aside>
2) Query List
- When you create a Query, you can check the details created as a list as shown below.