TI Logbook
Java, Angular, Eclipse, PostgreSQL, SQL, Tips....
Wednesday, May 29, 2013
Show tables in PostgreSQL / Mostrar las tablas en PosthreSQL
Mostrar las tablas en PostgreSQL
Abrir un editor de SQL puede ser desde el pgAdmin III y ejecutar la siguiente sentencia
SELECT table_name FROM information_schema.tables WHERE table_schema = 'public';
Esta consulta trae todas las tablas.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)