Colonne Get de la table SQL

SELECT * FROM my_table WHERE 1=0
or
SELECT TOP 0 * FROM my_table
Harshal Attarde