$mysql->query()
Converts a query array into a final string
$mysql->query(array $query, string $separator = ' '): string
Parameters
Name | Type | Default |
---|---|---|
$queryrequired | array |
no default value |
$separator | string |
' '
|
Return type
string
This method modifies the existing $mysql
object it is applied to and returns it again.
Parent class
Kirby\Database\Sql\Mysql
inherited from Kirby\Database\Sql