Update mysql_query.py

from #51
This commit is contained in:
David AUFFRAY 2020-11-01 17:59:21 +01:00 committed by GitHub
parent 0dfd63a4cb
commit e3657d1629
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,13 @@ EXAMPLES = r'''
login_db: acme
query: SELECT * FROM orders
- name: Simple select query to acme db
community.mysql.mysql_query:
login_db: acme
query:
- SELECT id, story FROM articles
- name: Select query to db acme with positional arguments
community.mysql.mysql_query:
login_db: acme