Answer the question
In order to leave comments, you need to log in
Is it possible to execute order by for filled fields?
Hello. There is a table with elements that have a start date field that is filled or empty and you need to select all the elements, but for those elements that have a start date set, fulfill the condition start_at > xxx?
Answer the question
In order to leave comments, you need to log in
Try this:
select from `table` where `start` > 1909124 and `start` is not null
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question