mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
Update plugins/modules/mysql_query.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
c5839f196e
commit
bd62c08e1c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- SQL query to run. Multiple queries can be passed using YAML list syntax.
|
- SQL query to run. Multiple queries can be passed using YAML list syntax.
|
||||||
- Must be a string or YAML list containing strings.
|
- Must be a string or YAML list containing strings.
|
||||||
- If you use named_args or positional_args any C(%) will be interpreted
|
- If you use I(named_args) or I(positional_args) any C(%) will be interpreted
|
||||||
as a formatting character. All literal C(%) characters in the query should be
|
as a formatting character. All literal C(%) characters in the query should be
|
||||||
escaped as C(%%).
|
escaped as C(%%).
|
||||||
- Note that if you use the C(IF EXISTS/IF NOT EXISTS) clauses in your query
|
- Note that if you use the C(IF EXISTS/IF NOT EXISTS) clauses in your query
|
||||||
|
|
Loading…
Add table
Reference in a new issue