🌐KR

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