4 lines
119 B
MySQL
4 lines
119 B
MySQL
|
|
{% test is_null(model, column_name) %}
|
||
|
|
select * from {{ model }} where {{ column_name }} is not null
|
||
|
|
{% endtest %}
|