postgresql get table names

SELECT table_name
  FROM information_schema.tables
 WHERE table_schema='public'
   AND table_type='BASE TABLE';

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
get table column names postgresql how to get table column names in postgresql get tables with column name psql select table names postgresql postgres select table column names postgresql get table name get all postgres table names get table names postgres query table names in database psql postgress table names postgres table names postgres select table names from schema printing table names in postgresql printing all table names in postgresql get table column name postgres postgresql print table names select table names postgres get table names in a schema postgresql postgresql select all tables names why query can get table names postgresql psql get name of table psql get table names how to get all table names in psql get table details postgres postgres get all name of tables select table names postgress postgres get table names get all table names in postgresql postgres system table name how to get your table name in psql postgres how to know name the table list table name in postgres see table column names postgresql postgres query to get table name from view postgres function get table name get table names in postgresql postgresql query to list all table names get all table names in postgresql server select all table names postgres how to get all table names in postgres get table and column names postgres show all table names postgres get table names psql SELECT table_name FROM information_schema.tables WHERE table_schema='public' not working SELECT table_name FROM information_schema.tables WHERE table_schema='public' postgresql show column names in table postgres get column names postgresql select all database names display table names in a databse postgresql get all column names from postgres table select tables na,es from database postgress how to get all table names in postgresql select table names from database postgres get column names postgresq; post gres get all tables names SELECT table_name FROM information_schema.tables WHERE table_schema = 'public' ORDER BY table_name; select table name postgres postgres get all tables names psql see table names select all tables with table name like postgress select * as *name from table postgre postgresql find table by name postgresql get table by name how to list table names in postgres psql all user created table names get all table names postgres postgres query list table psql show table names postgres all table names postgresql find table names view table name in postgres db postgresql get all table names postgres find table by name table.name = :Name postgres table name postgresql with @ postgres get list of table constval psql give table names of database postgres show table names select all table names from database postgres select a name from a list in table postgresql postgres get table names postgres select table names how to get names age postgres postgresql get table names
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source