Kolom Dapatkan dari Tabel SQL

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