odbc_statistics

PHP 4, PHP 5, PHP 7, PHP 8
odbc_statistics - Retrieve statistics about a table
Manual
Code Examples

Example #1 List Statistics of a Table

Result: Array ( [TABLE_CAT] => TutorialDB [TABLE_SCHEM] => dbo [TABLE_NAME] => TEST [NON_UNIQUE] => [INDEX_QUALIFIER] => [INDEX_NAME] => [TYPE] => 0 [ORDINAL_POSITION] => [COLUMN_NAME] => [ASC_OR_DESC] => [CARDINALITY] => 15 [PAGES] => 3 [FILTER_CONDITION] => )
PHP Version: