PHP » GoLang |
login |
register |
about
|
GoLang cubrid_field_table
request it (218)
GoLang replacement for PHP's cubrid_field_table
[edit | history]
cubrid_field_table(PECL CUBRID >= 8.3.0) cubrid_field_table — Return 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
<?php The above example will output: Field Table Field Name Field Type code s_name char code f_name varchar |
more
Recently updated
more
Most requested
more
Last requests
|