K
K
Konstantin2020-02-04 19:29:39
SQL
Konstantin, 2020-02-04 19:29:39

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

1 answer(s)
A
Anton Ivanov, 2020-02-04
@Fly3110

Try this:
select from `table` where `start` > 1909124 and `start` is not null

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question