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. |
Please login to continue.