Skip to content

Instantly share code, notes, and snippets.

@cnstlungu
Created November 5, 2022 21:13
Show Gist options
  • Save cnstlungu/64c207857e33407022b7e2a59e98b402 to your computer and use it in GitHub Desktop.
Save cnstlungu/64c207857e33407022b7e2a59e98b402 to your computer and use it in GitHub Desktop.
SQL Comments
/*
The purpose of this script is to compute a, b, c using data from x and y
*/
-- Step 1: Compute a, b
SELECT
1 AS a,
2 AS b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment