Possible to set all items as public at once

We imported 12K items and forgot to set the items to public and rather than having to go through over 120 pages, is there a way to either view and or edit all 12,000 all at once rather than just 10 at a time?

Actually mean 1200 pages, not 120.

I ran this:
UPDATE omeka_items
SET public=1
WHERE public=0;

and it appears to have worked.