diff --git a/pages/icMySQL/Functions/MySQL/Prepare.mdx b/pages/icMySQL/Functions/MySQL/Prepare.mdx index 477ce83..49bd925 100644 --- a/pages/icMySQL/Functions/MySQL/Prepare.mdx +++ b/pages/icMySQL/Functions/MySQL/Prepare.mdx @@ -14,6 +14,7 @@ The prepare function is to recieve a column, row, or array of rows depending on If you've specified a function it will return the result of the query in the function, if not it will return the result of the query. In this case it will return the match data. + ## Functions