The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
How to check the List of Tables in particular schema in HP Vertica ???
How to check the List of Tables in particular schema in HP Vertica ??? The below Oracle query is not working with HP Vertica: SELECT TABLE_NAME FROM ALL_TABLES WHERE OWNER='VMartDB'
0
Leave a Comment
Can't find what you're looking for? Search the Vertica Documentation, Knowledge Base, or Blog for more information.
Comments
You can use the following
select table_name from tables where table_schema='syed'
thanks
Saumya