API17:JDatabaseQuerySQLAzure::concat
From Joomla! Documentation
JDatabaseQuerySQLAzure::concat
Description
public function concat (
$fields
$separator=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $fields | array | $fields | |
| $separator | string | null | separator |
- Returns String concantenaation of all the fields
- Defined on line 495 of libraries/joomla/database/database/sqlazurequery.php
- Since

See also
JDatabaseQuerySQLAzure::concat source code on BitBucket
Class JDatabaseQuerySQLAzure
Subpackage Database- Other versions of JDatabaseQuerySQLAzure::concat
User contributed notes
Code Examples