[🌐KR](<https://synctree-guide.notion.site/Query-eb16a23c840e411d9914214714368763>)

This document describes how to register and manage Query and Procedure statements.



β–Ά Plan Control

Free Starter Plus Pro Enterprise
Revision Used displayed Text Text Text Link Link
Bind variable blocks automatic generation - - - βœ“ βœ“

β–Ά Query management

1) Create Query

<aside> πŸ’‘ Example: SQL syntax with bind parameter(:a, :b, :c) SELECT * FROM users WHERE login_channel in (:a, :b, :c);

</aside>

Untitled

2) Query List