![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
cell
(/rs/public/functions.mysql.php) Description
mixed cell
($query) Examples
cell ("* FROM table_with_multiple_lines") /* Returns the first column in the first row of table_with_multiple_lines. */
cell ("A, B, C FROM table WHERE D = E") /* Returns A in the first row in table that satisfies the WHERE clause D = E. If no row satisfies the WHERE clause, returns false. */ cell ("SELECT A FROM table") /* Returns false. Do not use "SELECT" in $query. */ cell ("1 + 1") /* Returns 2. */ Related FunctionsrowDependenciesrows, data |