odbc_statistics -- Retrieve statistics about a table
Syntax
resource odbc_statistics ( resource connection_id, string qualifier, string owner, string table_name, int unique, int accuracy )
Get statistics about a table and its indexes. Returns an ODBC
result identifier or FALSE on failure.
The result set has the following columns:
TABLE_QUALIFIER
TABLE_OWNER
TABLE_NAME
NON_UNIQUE
INDEX_QUALIFIER
INDEX_NAME
TYPE
SEQ_IN_INDEX
COLUMN_NAME
COLLATION
CARDINALITY
PAGES
FILTER_CONDITION
The result set is ordered by NON_UNIQUE, TYPE, INDEX_QUALIFIER,
INDEX_NAME and SEQ_IN_INDEX.
Php odbc statistics Function syntax tag
odbc statistics php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php odbc statistics syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.