SUNScholar/SQL Tips

From Libopedia
Jump to navigation Jump to search
Back to System Admin

WE CANNOT ACCEPT RESPONSIBILITY FOR ANY DATA LOSS OR CORRUPTION
BEFORE PROCEEDING, DO EXTENSIVE TESTING ON SPARE INFRASTRUCTURE
*** YOU PROCEED AT YOUR OWN RISK ***

Please note:

No DSpace version control is exercised with these SQL queries. They are only meant to be starting guides.
Find all hidden items
  • select * from item where discoverable =false;

DSpace => 5.X

DSpace =< 4.X

References