Hi Jonathon
SHOW is not a standard SQL command, but a convenience command used by some DBMS.
Typically in SAP HANA you would use the Object Navigator to review the schemas as specific user can access.
Alternatively you can simply run
select * from schemas
to retrieve a list of all schemas.
- Lars