db\cubrid\QueryBuilder selectExists()

selectExists() public method (available since version 2.0.8)

Creates a SELECT EXISTS() SQL statement.

public string selectExists ( $rawSql )
$rawSql string

The subquery in a raw form to select from.

return string

The SELECT EXISTS() SQL statement.

doc_Yii
2016-10-30 16:57:56
Comments
Leave a Comment

Please login to continue.