Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

select columns postgres

SELECT *
FROM table_name
WHERE false;

Because of the false criteria for rows, only the columns will get displayed.
 
PREVIOUS NEXT
Tagged: #select #columns #postgres
ADD COMMENT
Topic
Name
6+6 =