-
Notifications
You must be signed in to change notification settings - Fork 14
UsefulQueries
please contribute following the same structure as the first few examples provided.
some of them, you will definitely want to put in your stored queries.
species where genus.family.family like 'A%'
fam like %
this might take some time
species where genus.genus like 'Zzz%'
a listing of species unidentified genus but to get all you have to add something with sp too...
accession where species.species = 'sp' or species.genus.genus like 'Zzz'
:history
this is not too well documented, and hugely useful. with this one you can quickly review recent changes to the database, and just as quickly jump to the listed edited objects. lines associated to database objects for which there is an editor will react to double clicking by switching the view to the results view, focused on the object on which you double clicked.