|
cubrid_field_tableReturn the name of the table of the specified field Beschreibung
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. Parameter-Liste
RückgabewerteName of the table of the specified field, on success.
-1 if SQL sentence is not SELECT. BeispieleBeispiel #1 cubrid_field_table example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: Field Table Field Name Field Type code s_name char code f_name varchar |