In SAP HANA database, I want to fetch list of schemas, owner name and creation_time of all schema. What is SQL query to get this information?
To check this detail, you should have access on “SYS” schema. Run the following SQL query and it will fetch the following columns:
SELECT * FROM "SYS"."SCHEMAS";
We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy. Accept Learn more