PostgreSQL - Tutorial 6 -- Select in

Publicado em: 21 Fevereiro 2020
no 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 ;


Nesta página do site você pode assistir ao vídeo on-line PostgreSQL - Tutorial 6 -- Select in duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário txt2text 21 Fevereiro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 700 vezes e gostou 31 espectadores. Boa visualização!