This is not true!
column-name
The name of the column. To match all columns in the table, pass NULL or an empty string.
You should pass '%' to match all columns
![]() |
|
||||||||||
|
db2_columnsОписаниеresource db2_columns ( resource connection [, string qualifier [, string schema [, string table-name [, string column-name]]]] )Returns a result set listing the columns and associated metadata for a table. Список параметров
Возвращаемые значенияReturns a statement resource with a result set containing rows describing the columns matching the specified parameters. The rows are composed of the following columns:
Смотрите также
db2_columns
lada(at)hoidekr.net
04-Sep-2006 11:48
This is not true! |