Answer the question
In order to leave comments, you need to log in
How to add data to sql query despite filters?
We
have
2
tables
of
users
and
orders
_
_
_
_
select a.userid,
b.orderid,
b.orderdate
from order b
left join user a on a.userid=b.userid
where b.orderdate >= to_date('01.09.2019','dd.mm.yyyy')
and b.orderdate < to_date('04.09.2019','dd.mm.yyyy')
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question