3 lines
144 B
SQL
3 lines
144 B
SQL
{% test is_first_day_of_month(model, column_name) %}
|
|
select * from {{ model }} where extract(day from {{ column_name }}) != 1
|
|
{% endtest %}
|