columna obtener de la tabla SQL

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