English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The odbc_statics() function is used to retrieve table statistics
resource odbc_statistics ( resource $connection_id, string $qualifier, string $owner, string $table_name, int $unique, int $accuracy)
Get statistical information about the table and its indexes.
Returns the odbc result identifier on success, otherwise returns false
Serial number | Parameters and descriptions |
---|---|
1 | connection_id It contains information about the connection identifier |
2 | qualifier It contains information about qualifiers |
3 | owner It contains information about the owner |
4 | accuracy It contains information about table precision |