mtbc wrote:- Code: Select all
bin/omero hql --all "SELECT COUNT(id) FROM Image"
counts all the images readable by the user. Administrative users can read all images.
Cheers,
Mark
Great !!!
thank you so much
how can I change the syntax of the command to have the following information:
- the number of images per user
- the number of images per group
- the total number of users
In addition we tested this command:
./omero hql 'SELECT name, details.owner.firstName, details.owner.lastName FROM Image'
it allows us to have the last 25 images imported in the group by default, is it possible to display more than 25 images?
thanks again