cubrid_field_table(PECL CUBRID >= 8.3.0) cubrid_field_table — Return the name of the table of the specified field Описание
string cubrid_field_table
( resource $result
, int $field_offset
)
This function returns the name of the table of the specified field. This is useful when using large select queries with JOINS. Список параметров
Возвращаемые значенияName of the table of the specified field, on success. FALSE when invalid field_offset value. -1 if SQL sentence is not SELECT. ПримерыПример #1 cubrid_field_table() example
<?phpРезультат выполнения данного примера: Field Table Field Name Field Type code s_name char(1) code f_name varchar(6) |
||