Skip to content

Instantly share code, notes, and snippets.

@Paulescu
Created October 11, 2021 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paulescu/42a150758ad45482cf87562c468b67a7 to your computer and use it in GitHub Desktop.
Save Paulescu/42a150758ad45482cf87562c468b67a7 to your computer and use it in GitHub Desktop.
easy.sql
-- SQL query you thought you would write
SELECT
feature1,
feature2,
...
featureN,
target
FROM
that_wonderful_table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment