I have a table in Vertica that I can't drop, because I'm not the owner. How do I see who the owner of the table is?
If you're not the owner of the table, or do not have have privileges to see the table, then you most likely won't be able to see who the owner is:
SELECT table_schema, table_name, owner_name FROM v_catalog.tables;
Documentation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With