|
cubrid_field_tableReturn 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.
-1 if SQL sentence is not SELECT. 例例1 cubrid_field_table example
上の例の出力は以下となります。 Field Table Field Name Field Type code s_name char code f_name varchar |