|
cubrid_field_tableReturn the name of the table of the specified field Description
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. Parameters
Return ValuesName of the table of the specified field, on success.
-1 if SQL sentence is not SELECT. ExamplesExample #1 cubrid_field_table example
The above example will output: Field Table Field Name Field Type code s_name char code f_name varchar |