Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I view the owner of a Vertica table?

Tags:

vertica

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?

like image 507
kevingessner Avatar asked Oct 28 '25 08:10

kevingessner


1 Answers

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

like image 66
Kermit Avatar answered Oct 30 '25 15:10

Kermit



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!