Hey there, Is there a way to use `distinct` where...
# orm-help
h
Hey there, Is there a way to use
distinct
where a column can be null too. Expected Behaviour : if value is not null , perform using it normal behaviour of distinct. If value is null I want this to be returned as well.