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 ;
In questa pagina del sito puoi guardare il video online PostgreSQL - Tutorial 6 -- Select in della durata di ore minuti seconda in buona qualità , che l'utente ha caricato txt2text 21 febbraio 2020, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 700 volte e gli è piaciuto 31 spettatori. Buona visione!