"exists", "select" whre is the difference?

This commit is contained in:
Michael 2017-09-15 06:15:25 +00:00
parent 88ada98245
commit f8d34e35e7
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ class dba {
/** /**
* @brief Fetches the first row * @brief Fetches the first row
* *
* Please use dba::select or dba::select whenever this is possible. * Please use dba::select or dba::exists whenever this is possible.
* *
* @param string $sql SQL statement * @param string $sql SQL statement
* @return array first row of query * @return array first row of query