Skip to content

Instantly share code, notes, and snippets.

@premrajah
Last active May 11, 2020 22:19
Show Gist options
  • Save premrajah/861263a07e37346cacb428407ea3f311 to your computer and use it in GitHub Desktop.
Save premrajah/861263a07e37346cacb428407ea3f311 to your computer and use it in GitHub Desktop.
Simple SQL Hack - Use SQL to get a empty data Set to view all the column names
SELECT * FROM table_name
WHERE 1 = 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment