Skip to content

Instantly share code, notes, and snippets.

@lightle
Last active April 24, 2024 03:51
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 lightle/30f68518b74b64a213b8da2ec3c398c9 to your computer and use it in GitHub Desktop.
Save lightle/30f68518b74b64a213b8da2ec3c398c9 to your computer and use it in GitHub Desktop.
{%- macro is_last_day_of_month(datecol) %}
DAY(DATE_ADD(day, 1, cast({{ datecol }} AS DATE))) = 1
{% endmacro -%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment