4 lines
100 B
SQL
4 lines
100 B
SQL
SELECT COUNT(*)::bigint AS total
|
|
FROM invima_api_catalog
|
|
WHERE source_dataset_key = 'dispositivos';
|