Query
Last updated
Last updated
Extracts data from a database table using a custom SQL query.
Name of the database connection to use.
Values to bind to the query statement.
Using prepared statement with named placeholders select * from users where status = :status
:
Using prepared statement with question mark placeholders select * from users where status = ?
:
Type
Default value
string
default
Type
Default value
array
[]