Pilih kolom postgres

SELECT *
FROM table_name
WHERE false;

Because of the false criteria for rows, only the columns will get displayed.
Energetic Eland