hana_get_row_count
Get row counts for one or multiple tables quickly using database statistics instead of COUNT(*).
Instructions
Devuelve el número de filas de una o varias tablas.
Rápido para monitorización — usa M_TABLE_STATISTICS en lugar de COUNT(*).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tables | Yes | Tabla o tablas separadas por coma. Ej: ORDERS,ITEMS,CUSTOMERS | |
| schema | No | Schema. Vacío = schema actual. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |