PostgreSQL - Tutorial 6 -- Select in

Publicado el: 21 febrero 2020
en el canal de: txt2text
700
31

PostgreSQL SELECT statement is used to fetch the data from a database table, which returns data in the form of result table. These result tables are called result-sets.

Syntax:
SELECT column1, column2, columnN FROM table_name;

If you want to fetch all the fields available in the field then you can use the following syntax −
SELECT * FROM table_name;

The following is an example, which would fetch ID, Name and Salary fields of the customers available in CUSTOMERS table −
testdb=# SELECT ID, NAME, SALARY FROM COMPANY ;


En esta página del sitio puede ver el video en línea PostgreSQL - Tutorial 6 -- Select in de Duración hora minuto segunda en buena calidad , que subió el usuario txt2text 21 febrero 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 700 veces y le gustó 31 a los espectadores. Disfruta viendo!