0 votes
130 views
Hi, I woud like to have more general information about the database. For example the number of datasets. Is it possible to find it somewhere in the software?
in openLCA by (120 points)

1 Answer

0 votes
by (123k points)

yes, that is possible, run

select count (*) from tbl_processes

in the sql window, this will show the number of processes in the database.

...