Update 05-using-a-custom-SQL-query.md

This commit is contained in:
Iñigo Medina 2018-04-13 10:56:46 +02:00 committed by GitHub
parent 64fdddd1a5
commit caee1c28c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
### Using a custom SQL query
## Using a custom SQL query
Name | Description
--- | ---
query | A string object, the SQL query to be performed to fetch the data. Default value is ```null```.<br/><br/>You must use this param or table, but not at the same time