0 votes
353 views
I have imported the database into the openLCA and I want to know how many data does it have in each category. For example, how many actors, how many flows, how many locations, in the  database. Do anyone know how to get this basic data size?
in openLCA by (150 points)

1 Answer

0 votes
by (113k points)
selected by
 
Best answer

Ok - this is not exactly the "number of database in openLCA" but:

select count(*) from tbl_flows

in the sql window gives you the number of flows for example.

best wishes,

Andreas

...