Skip to content

Instantly share code, notes, and snippets.

@mehd-io
Created November 19, 2024 07:24
Show Gist options
  • Select an option

  • Save mehd-io/3b24fcf4ae7536612cbc00552782de3c to your computer and use it in GitHub Desktop.

Select an option

Save mehd-io/3b24fcf4ae7536612cbc00552782de3c to your computer and use it in GitHub Desktop.
hello_macro.sql
CREATE MACRO add_one(value) AS (value + 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment